aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/t-rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel@OARcorp.com>1998-10-14 15:15:42 -0600
committerJeff Law <law@gcc.gnu.org>1998-10-14 15:15:42 -0600
commit7f94849f0cee7a4b48c49675a0c33d02964c2889 (patch)
tree6e1b1af2271a762a5bc36e59c6ec44539713a394 /gcc/config/t-rtems
parent1a3d81719f1a2b7580a58f36e271e16e51b34c3c (diff)
downloadgcc-7f94849f0cee7a4b48c49675a0c33d02964c2889.zip
gcc-7f94849f0cee7a4b48c49675a0c33d02964c2889.tar.gz
gcc-7f94849f0cee7a4b48c49675a0c33d02964c2889.tar.bz2
Makefile.in (stmp-fixinc): Do not install assert.h if not desired.
H * Makefile.in (stmp-fixinc): Do not install assert.h if not desired. * config/t-rtems: Do not install assert.h -- use newlib's. From-SVN: r23096
Diffstat (limited to 'gcc/config/t-rtems')
-rw-r--r--gcc/config/t-rtems4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/t-rtems b/gcc/config/t-rtems
index 25dd398..aa0ca66 100644
--- a/gcc/config/t-rtems
+++ b/gcc/config/t-rtems
@@ -1,2 +1,6 @@
# RTEMS uses newlib which does not require prototype fixing
STMP_FIXPROTO =
+
+# Don't install "assert.h" in gcc. RTEMS uses the one in newlib.
+INSTALL_ASSERT_H =
+