t-rtems revision 132719
1231990Smp# RTEMS always has limits.h.
283098SmpLIMITS_H_TEST = true
383098Smp
483098Smp# If we are building next to newlib, this will let us find the RTEMS
583098Smp# limits.h when building libgcc2.  Otherwise, newlib must be installed
683098Smp# first.
783098SmpLIBGCC2_INCLUDES = -I$(srcdir)/../newlib/libc/sys/rtems/include
8231990Smp