This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Adding option to libstdc++ compilation


Hi All!

I have some global configuration option and want library compilation
flags to be extended when this option is specified. It was pretty easy
to extend compilation flags for libgcc using its LIBGCC2_CFLAGS
variable but for libstdc++ currently I use --enable-cxx-flags as
addition to my global configuration option.
Is there a way similar to libgcc one (or maybe some other way) to
extend libstdc++ compilation flags when some global configuration knob
is raised?

Thanks,
Igor


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]