OSDN Git Service

* t-rtems (LIMITS_H_TEST, LIBGCC2_INCLUDES): Define.
[pf3gnuchains/gcc-fork.git] / gcc / config / t-rtems
1 # RTEMS uses newlib which does not require prototype fixing
2 STMP_FIXPROTO =
3
4 # Don't install "assert.h" in gcc.  RTEMS uses the one in newlib.
5 INSTALL_ASSERT_H =
6
7 # RTEMS always has limits.h.
8 LIMITS_H_TEST = true
9
10 # If we are building next to newlib, this will let us find the RTEMS
11 # limits.h when building libgcc2.  Otherwise, newlib must be installed
12 # first.
13 LIBGCC2_INCLUDES = -I$(srcdir)/../newlib/libc/sys/rtems/include