* t-rtems (LIMITS_H_TEST, LIBGCC2_INCLUDES): Define.

From-SVN: r26077
This commit is contained in:
Ian Lance Taylor 1999-03-31 00:50:40 +00:00 committed by Jeff Law
parent 6d5a85d31c
commit d1c7c49566
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Wed Mar 31 01:49:31 1999 Ian Lance Taylor <ian@zembu.com>
* t-rtems (LIMITS_H_TEST, LIBGCC2_INCLUDES): Define.
Wed Mar 31 00:50:48 1999 Jeffrey A Law (law@cygnus.com)
* system.h (STDERR_FILENO): Fix typo.

View File

@ -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