* t-rtems (LIMITS_H_TEST, LIBGCC2_INCLUDES): Define.
From-SVN: r26077
This commit is contained in:
parent
6d5a85d31c
commit
d1c7c49566
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user