Commit d1c7c495 by Ian Lance Taylor Committed by Jeff Law

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

From-SVN: r26077
parent 6d5a85d3
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment