This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
toplevel configure issue/query
- From: Nathanael Nerode <neroden at doctormoo dot dyndns dot org>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 10 Apr 2002 13:35:22 -0400
- Subject: toplevel configure issue/query
In investigating the top level configure.in for autoconfiscation,
I discovered something interesting.
There are config/mh-* fragments which purport to set CFLAGS and
CXXFLAGS.
However, due to the way the current configure architecture works, they
don't actually work. They get overridden by the defaults.
Is this desirable behavior (in which case the settings of CFLAGS and
CXXFLAGS in the fragments should be removed), or undesirable behavior
(in which case I will fix it, causing the fragments' definitions to be
used, when I autoconfiscate)?
--Nathanael