mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-20 23:11:21 +08:00
t-mingw32 (NATIVE_SYSTEM_HEADER_DIR): Set it.
* config/i386/t-mingw32 (NATIVE_SYSTEM_HEADER_DIR): Set it. * doc/fragments.texi (NATIVE_SYSTEM_HEADER_DIR): Document it. From-SVN: r102670
This commit is contained in:
parent
6d90db3a8b
commit
6d1ab63a59
@ -1,3 +1,8 @@
|
||||
2005-08-02 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* config/i386/t-mingw32 (NATIVE_SYSTEM_HEADER_DIR): Set it.
|
||||
* doc/fragments.texi (NATIVE_SYSTEM_HEADER_DIR): Document it.
|
||||
|
||||
2005-08-02 Richard Henderson <rth@redhat.com>
|
||||
|
||||
PR 23196
|
||||
|
@ -1,2 +1,5 @@
|
||||
# We hide calls to w32api needed for w32 thread support here:
|
||||
LIB2FUNCS_EXTRA = $(srcdir)/config/i386/gthr-win32.c
|
||||
|
||||
# Match SYSTEM_INCLUDE_DIR
|
||||
NATIVE_SYSTEM_HEADER_DIR = /mingw/include
|
||||
|
@ -151,6 +151,12 @@ compiler. In that case, set @code{MULTILIB_EXTRA_OPTS} to be the list
|
||||
of options to be used for all builds. If you set this, you should
|
||||
probably set @code{CRTSTUFF_T_CFLAGS} to a dash followed by it.
|
||||
|
||||
@findex NATIVE_SYSTEM_HEADER_DIR
|
||||
@item NATIVE_SYSTEM_HEADER_DIR
|
||||
If the default location for system headers is not @file{/usr/include},
|
||||
you must set this to the directory containing the headers. This value
|
||||
should match the value of the @code{SYSTEM_INCLUDE_DIR} macro.
|
||||
|
||||
@findex SPECS
|
||||
@item SPECS
|
||||
Unfortunately, setting @code{MULTILIB_EXTRA_OPTS} is not enough, since
|
||||
|
Loading…
x
Reference in New Issue
Block a user