xref: /openbsd/gnu/usr.bin/gcc/gcc/config/t-rtems (revision c87b03e5)
1*c87b03e5Sespie# RTEMS uses newlib which does not require prototype fixing
2*c87b03e5SespieSTMP_FIXPROTO =
3*c87b03e5Sespie
4*c87b03e5Sespie# RTEMS always has limits.h.
5*c87b03e5SespieLIMITS_H_TEST = true
6*c87b03e5Sespie
7*c87b03e5Sespie# If we are building next to newlib, this will let us find the RTEMS
8*c87b03e5Sespie# limits.h when building libgcc2.  Otherwise, newlib must be installed
9*c87b03e5Sespie# first.
10*c87b03e5SespieLIBGCC2_INCLUDES = -I$(srcdir)/../newlib/libc/sys/rtems/include
11