diff options
Diffstat (limited to 'gcc/config/t-rtems')
-rw-r--r-- | gcc/config/t-rtems | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/t-rtems b/gcc/config/t-rtems index dfbd3afe9ee..baa00d83176 100644 --- a/gcc/config/t-rtems +++ b/gcc/config/t-rtems @@ -1,7 +1,2 @@ # 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 |