]> git.ipfire.org Git - thirdparty/gcc.git/commit
cygwin.h: Avoid adding include files if -nostdinc is used.
authorChristopher Faylor <cgf@gcc.gnu.org>
Wed, 10 Oct 2001 21:57:20 +0000 (21:57 +0000)
committerChristopher Faylor <cgf@gcc.gnu.org>
Wed, 10 Oct 2001 21:57:20 +0000 (21:57 +0000)
commit0a9771231409863b86f66b1e1c368a53b65980da
treeb7acaeeb2323d182bc0268a4764e9028bbb796e8
parentc2d7fe594673b58bcf1424ee3b0cfd8a180ba3b3
cygwin.h: Avoid adding include files if -nostdinc is used.

* config/i386/cygwin.h: Avoid adding include files if -nostdinc is used.
* config/i386/mingw32.h (WIN32_NO_ABSOLUTE_INST_DIRS): New define.
(Thanks to Chris Faylor for suggesting macro name).
(CPP_PREDEFINES): Define __MINGW32__ but don't set value; add more WIN32
defines.
(STANDARD_INCLUDE_DIR): Remove i386- from directory name.
(STANDARD_INCLUDE_COMPONENT): Change to MINGW.
(MATH_LIBRARY): Undef before definition.
(OUTPUT_QUOTED_STRING): Likewise.
* config/i386/cygwin.h: Use WIN32_NO_ABSOLUTE_INST_DIRS.

From-SVN: r46161
gcc/ChangeLog
gcc/config/i386/cygwin.h
gcc/config/i386/mingw32.h
gcc/config/i386/win32.h