diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-14 21:15:42 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-14 21:15:42 +0000 |
commit | 37dc7c47d20447472112e09b1f8083a94a2cd42f (patch) | |
tree | 6e1b1af2271a762a5bc36e59c6ec44539713a394 /gcc/config/t-rtems | |
parent | 7dda8852486519d64024400f07136b2d2205de8c (diff) | |
download | gcc-37dc7c47d20447472112e09b1f8083a94a2cd42f.tar.gz |
H
* Makefile.in (stmp-fixinc): Do not install assert.h if not desired.
* config/t-rtems: Do not install assert.h -- use newlib's.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23096 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/t-rtems')
-rw-r--r-- | gcc/config/t-rtems | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/t-rtems b/gcc/config/t-rtems index 25dd398dd52..aa0ca66d98b 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 = + |