Commit 6d1ab63a by Mark Mitchell Committed by Mark Mitchell

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
parent 6d90db3a
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> 2005-08-02 Richard Henderson <rth@redhat.com>
PR 23196 PR 23196
......
# We hide calls to w32api needed for w32 thread support here: # We hide calls to w32api needed for w32 thread support here:
LIB2FUNCS_EXTRA = $(srcdir)/config/i386/gthr-win32.c 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 ...@@ -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 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. 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 @findex SPECS
@item SPECS @item SPECS
Unfortunately, setting @code{MULTILIB_EXTRA_OPTS} is not enough, since Unfortunately, setting @code{MULTILIB_EXTRA_OPTS} is not enough, since
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment