Pass compile flags to libitm/ subdirectory (and in general)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all,

Is it possible to pass compilation flags to subdirectories of GCC,
e.g. to libitm/?

I'd like to pass CFLAGS="-Wno-error" CXXFLAGS="-Wno-error" to work on
some stuff (among possibly others in the future), but when I try to

$ /src/gcc/.configure CFLAGS="-Wno-error", CXXFLAGS="-Wno-error"
--prefix=foo --target=bar

and then do

$ CFLAGS="-Wno-error" CXXFLAGS="-Wno-error" make

only the core GCC code honours those flags. How can I get libitm/ to
honour them too?

Maxim



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux