This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

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


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