This is the mail archive of the gcc-patches@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]

Re: 3.4 PATCH: Fix Solaris/x86 bootstrap failure (-Werror fallout)


> 	* config/i386/t-sol2 (TARGET_LIBGCC2_CFLAGS): Add -Wno-error.

IMHO this is ugly, because you will have '-Werror -Wno-error' on the command 
line.

Now that -Werror is gone, I think the real problems should be fixed instead 
of being papered over. Probably not on mainline though.

-- 
Eric Botcazou


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