aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config/t-rtems
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2011-11-07 17:12:33 +0000
committerRainer Orth <ro@gcc.gnu.org>2011-11-07 17:12:33 +0000
commitc9cd1a07b0f5da2a2c4942478fa6b8129407529b (patch)
tree82619ce73448d99710192343ae8bea0163ae8172 /libgcc/config/t-rtems
parent7b4d5595766deff664bba213f1236493e89cdf84 (diff)
downloadgcc-c9cd1a07b0f5da2a2c4942478fa6b8129407529b.zip
gcc-c9cd1a07b0f5da2a2c4942478fa6b8129407529b.tar.gz
gcc-c9cd1a07b0f5da2a2c4942478fa6b8129407529b.tar.bz2
Consistently use t-rtems in libgcc
* config.host (*-*-rtems*): Add t-rtems to tmake_file. (i[34567]86-*-rtems*): Remove t-rtems from tmake_file. (lm32-*-elf*, lm32-*-rtems*): Split into ... (lm32-*-elf*): ... this. (lm32-*-rtems*): ... and this. Add to tmake_file. (m32r-*-rtems*): Add to tmake_file. (moxie-*-rtems*): Likewise. (sparc-*-rtems*): Likewise. Remove t-rtems from tmake_file. (sparc64-*-rtems*): Likewise. * config/t-rtems (HOST_LIBGCC2_CFLAGS): Use LIBGCC2_INCLUDES instead. From-SVN: r181097
Diffstat (limited to 'libgcc/config/t-rtems')
-rw-r--r--libgcc/config/t-rtems2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config/t-rtems b/libgcc/config/t-rtems
index 85e931e..85f1da9 100644
--- a/libgcc/config/t-rtems
+++ b/libgcc/config/t-rtems
@@ -1,4 +1,4 @@
# 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.
-HOST_LIBGCC2_CFLAGS = -I$(srcdir)/../newlib/libc/sys/rtems/include
+LIBGCC2_INCLUDES = -I$(srcdir)/../newlib/libc/sys/rtems/include