7f94849f0c
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
7 lines
163 B
Plaintext
7 lines
163 B
Plaintext
# 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 =
|
|
|