This is the mail archive of the libstdc++@sourceware.cygnus.com 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]

Re: [PATCH] Small convenience patch to src/Makefile.am


>   -       @WERROR@ @WFMT_FLAGS@ @CPU_FLAGS@ @EXTRA_CXX_FLAGS@ \
>   +       $(WERROR) @WFMT_FLAGS@ @CPU_FLAGS@ @EXTRA_CXX_FLAGS@ \
>           @SECTION_FLAGS@ @SECTION_LDFLAGS@ @DEBUG_FLAGS@ 


WERROR is not a shell variable. It's set with AC_SUBST in the autoconf 
macros in acinclue.m4. I think this breaks the current behavior.

> This used to work before, but doesn't now because of the
> hardcoding of AC_CXXFLAGS to always include -Werror.

? when ?

-benjamin

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