This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Adding option to libstdc++ compilation
- From: Igor Zamyatin <izamyatin at gmail dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Mon, 15 Jul 2013 17:30:23 +0400
- Subject: 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