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]

Re: DJGPP bootstrap fix


On Thu, 8 Feb 2001, Mark E. wrote:

> 	  (CPP_SPEC): Define MSDOS except when the -ansi switch is used.

> !   %{!ansi:-DMSDOS} -imacros %s../include/sys/version.h"

There are, as it is, too many instances in the config directory of specs
that wrongly check -ansi only instead of also -std=c* and -std=i*.  Until
specs can be redesigned so that every relevant place doesn't need to know
about the relevant option names, please check %{!ansi:%{!std=c*:%{!std=i*
as in i386/i386.h rather than adding to the existing problems.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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