t-gnu (SYSTEM_HEADER_DIR): New variable.

* config/t-gnu (SYSTEM_HEADER_DIR): New variable.  Set to
        `/include' in order to find the system's limits.h.

From-SVN: r25833
This commit is contained in:
Mark Kettenis 1999-03-17 22:18:49 +00:00 committed by Jeff Law
parent 7b33bb9944
commit 1df88ec9cd
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Wed Mar 17 23:17:42 1999 Mark Kettenis <kettenis@gnu.org>
* config/t-gnu (SYSTEM_HEADER_DIR): New variable. Set to
`/include' in order to find the system's limits.h.
Wed Mar 17 23:00:18 1999 Robert Lipe <robertlipe@usa.net>
* fixinc/fixincl.c: Include auto-host.h instead of config.h

View File

@ -1,5 +1,8 @@
LIBGCC1=libgcc1.null
CROSS_LIBGCC1=libgcc1.null
# In GNU, "/usr" is a four-letter word.
SYSTEM_HEADER_DIR = /include
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
# The pushl in CTOR initialization interferes with frame pointer elimination.