summaryrefslogtreecommitdiff
path: root/gcc/config/i386/t-next
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>1994-12-22 17:16:22 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>1994-12-22 17:16:22 +0000
commit0848b3697c3a9d25176f8f9506e7ad9f4c376fd3 (patch)
treed5044a6bc5f867d45d1623ddfb407936bacc2920 /gcc/config/i386/t-next
parent4527b08b7d4dc35f910455f7e832a5178326d498 (diff)
downloadgcc-0848b3697c3a9d25176f8f9506e7ad9f4c376fd3.tar.gz
On a NeXT, <limits.h> is sometimes not in /usr/include, so look elsewhere
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8689 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/t-next')
-rw-r--r--gcc/config/i386/t-next3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/i386/t-next b/gcc/config/i386/t-next
index 1992eb04ac2..ec6373f9cea 100644
--- a/gcc/config/i386/t-next
+++ b/gcc/config/i386/t-next
@@ -4,3 +4,6 @@ CROSS_LIBGCC1=libgcc1.null
# Specify other dirs of system header files to be fixed.
OTHER_FIXINCLUDES_DIRS= /LocalDeveloper/Headers
+
+# <limits.h> is sometimes in /usr/include/ansi/limits.h.
+LIMITS_H_TEST = [ -f $(SYSTEM_HEADER_DIR)/limits.h -o -f $(SYSTEM_HEADER_DIR)/ansi/limits.h ]