summaryrefslogtreecommitdiff
path: root/gcc/config/t-rtems
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-03-31 00:50:40 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-03-31 00:50:40 +0000
commit4a8e5a147a7cbbb49e14963a4f4ccd54ce359256 (patch)
treeea2c239158c6339b7a4da22037c3c634c90d02c7 /gcc/config/t-rtems
parent5ee5b878d9b72701bda779244e57437d1719d71d (diff)
downloadgcc-4a8e5a147a7cbbb49e14963a4f4ccd54ce359256.tar.gz
* t-rtems (LIMITS_H_TEST, LIBGCC2_INCLUDES): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26077 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/t-rtems')
-rw-r--r--gcc/config/t-rtems7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/config/t-rtems b/gcc/config/t-rtems
index aa0ca66d98b..5d7d5696c3d 100644
--- a/gcc/config/t-rtems
+++ b/gcc/config/t-rtems
@@ -4,3 +4,10 @@ STMP_FIXPROTO =
# Don't install "assert.h" in gcc. RTEMS uses the one in newlib.
INSTALL_ASSERT_H =
+# RTEMS always has limits.h.
+LIMITS_H_TEST = true
+
+# If we are building next to newlib, this will let us find the RTEMS
+# limits.h when building libgcc2. Otherwise, newlib must be installed
+# first.
+LIBGCC2_INCLUDES = -I$(srcdir)/../newlib/libc/sys/rtems/include