diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-03-17 22:18:49 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-03-17 22:18:49 +0000 |
commit | 1b620614624da803e49b608b61245c131b4123f0 (patch) | |
tree | 671e49b49f0e115cfadeedf46813a6acfc07b9fc /gcc/config/t-gnu | |
parent | 5a63dd7ff2bbebb9bbab2e29743a8817b57d9f25 (diff) | |
download | gcc-1b620614624da803e49b608b61245c131b4123f0.tar.gz |
* config/t-gnu (SYSTEM_HEADER_DIR): New variable. Set to
`/include' in order to find the system's limits.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25833 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/t-gnu')
-rw-r--r-- | gcc/config/t-gnu | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gcc/config/t-gnu b/gcc/config/t-gnu index 58969f21e20..575f729768c 100644 --- a/gcc/config/t-gnu +++ b/gcc/config/t-gnu @@ -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. |