diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2014-01-25 22:41:48 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2014-01-25 22:41:48 +0000 |
commit | 5011ff8687f327a1d6be127550014298c5c46f7b (patch) | |
tree | ac86d0b8d875b6e88ca855cc0157695c0c0dcf56 /gcc | |
parent | a5420aa44e7f5ebf87e238226b50cd78e9f82ea9 (diff) | |
download | gcc-5011ff8687f327a1d6be127550014298c5c46f7b.zip gcc-5011ff8687f327a1d6be127550014298c5c46f7b.tar.gz gcc-5011ff8687f327a1d6be127550014298c5c46f7b.tar.bz2 |
Fix pilot error in previous checkin
From-SVN: r207098
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/gcc-interface/Makefile.in | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in index 0455fe9..c6d16cb 100644 --- a/gcc/ada/gcc-interface/Makefile.in +++ b/gcc/ada/gcc-interface/Makefile.in @@ -1510,24 +1510,6 @@ ifeq ($(strip $(filter-out ibm aix%,$(target_vendor) $(target_os))),) GMEM_LIB = gmemlib endif -# RTEMS -ifeq ($(strip $(filter-out rtems%,$(target_os))),) - LIBGNAT_TARGET_PAIRS = \ - system.ads<system-rtems.ads \ - a-intnam.ads<a-intnam-rtems.ads \ - s-inmaop.adb<s-inmaop-posix.adb \ - s-intman.adb<s-intman-posix.adb \ - s-osinte.adb<s-osinte-rtems.adb \ - s-osinte.ads<s-osinte-rtems.ads \ - s-osprim.adb<s-osprim-posix.adb \ - s-parame.adb<s-parame-rtems.adb \ - s-taprop.adb<s-taprop-posix.adb \ - s-taspri.ads<s-taspri-posix.ads \ - s-tpopsp.adb<s-tpopsp-rtems.adb \ - s-stchop.adb<s-stchop-rtems.adb \ - s-interr.adb<s-interr-hwint.adb -endif - # LynxOS 4 ifeq ($(strip $(filter-out lynxos,$(target_os))),) TOOLS_TARGET_PAIRS = \ |