t-rtems revision 52284
150397Sobrien# RTEMS uses newlib which does not require prototype fixing
250397SobrienSTMP_FIXPROTO =
350397Sobrien
450397Sobrien# Don't install "assert.h" in gcc.  RTEMS uses the one in newlib.
550397SobrienINSTALL_ASSERT_H =
650397Sobrien
752284Sobrien# RTEMS always has limits.h.
852284SobrienLIMITS_H_TEST = true
952284Sobrien
1052284Sobrien# If we are building next to newlib, this will let us find the RTEMS
1152284Sobrien# limits.h when building libgcc2.  Otherwise, newlib must be installed
1252284Sobrien# first.
1352284SobrienLIBGCC2_INCLUDES = -I$(srcdir)/../newlib/libc/sys/rtems/include
14