diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-01-26 11:04:03 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-01-26 11:04:03 +0100 |
commit | b4dfb6814dd39b6bee77e76b52164bd864387528 (patch) | |
tree | f3f034bf1a36fdc4cbc225946ef965a3b96fa038 /gcc | |
parent | 5d64ee354675d5c19697590ea505f4c98c498f5b (diff) | |
download | gcc-b4dfb6814dd39b6bee77e76b52164bd864387528.zip gcc-b4dfb6814dd39b6bee77e76b52164bd864387528.tar.gz gcc-b4dfb6814dd39b6bee77e76b52164bd864387528.tar.bz2 |
Complete previous changes.
From-SVN: r207113
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/gcc-interface/Makefile.in | 95 |
1 files changed, 0 insertions, 95 deletions
diff --git a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in index c6d16cb..01e2c14 100644 --- a/gcc/ada/gcc-interface/Makefile.in +++ b/gcc/ada/gcc-interface/Makefile.in @@ -1510,101 +1510,6 @@ ifeq ($(strip $(filter-out ibm aix%,$(target_vendor) $(target_os))),) GMEM_LIB = gmemlib endif -# LynxOS 4 -ifeq ($(strip $(filter-out lynxos,$(target_os))),) - TOOLS_TARGET_PAIRS = \ - mlib-tgt-specific.adb<mlib-tgt-specific-lynxos.adb \ - indepsw.adb<indepsw-gnu.adb - - ifeq ($(strip $(filter-out %86 lynxos,$(target_cpu) $(target_os))),) - LIBGNAT_TARGET_PAIRS = \ - a-intnam.ads<a-intnam-lynxos.ads \ - g-soliop.ads<g-soliop-lynxos.ads \ - s-inmaop.adb<s-inmaop-posix.adb \ - s-intman.adb<s-intman-posix.adb \ - s-osinte.adb<s-osinte-lynxos.adb \ - s-osinte.ads<s-osinte-lynxos.ads \ - s-osprim.adb<s-osprim-posix.adb \ - s-taprop.adb<s-taprop-posix.adb \ - s-taspri.ads<s-taspri-posix.ads \ - s-tpopsp.adb<s-tpopsp-posix-foreign.adb \ - $(ATOMICS_TARGET_PAIRS) \ - $(X86_TARGET_PAIRS) \ - system.ads<system-lynxos-x86.ads - - else - LIBGNAT_TARGET_PAIRS = \ - a-intnam.ads<a-intnam-lynxos.ads \ - g-soliop.ads<g-soliop-lynxos.ads \ - s-inmaop.adb<s-inmaop-posix.adb \ - s-intman.adb<s-intman-posix.adb \ - s-osinte.adb<s-osinte-lynxos.adb \ - s-osinte.ads<s-osinte-lynxos.ads \ - s-osprim.adb<s-osprim-posix.adb \ - s-taprop.adb<s-taprop-posix.adb \ - s-taspri.ads<s-taspri-posix.ads \ - s-tpopsp.adb<s-tpopsp-posix-foreign.adb \ - system.ads<system-lynxos-ppc.ads - endif -endif - -# LynxOS 5 -ifeq ($(strip $(filter-out lynxos5,$(target_os))),) - TOOLS_TARGET_PAIRS = \ - mlib-tgt-specific.adb<mlib-tgt-specific-lynxos.adb \ - indepsw.adb<indepsw-gnu.adb - - ifeq ($(strip $(filter-out %86,$(target_cpu))),) - LIBGNAT_TARGET_PAIRS = \ - a-intnam.ads<a-intnam-lynxos.ads \ - g-soliop.ads<g-soliop-lynxos.ads \ - s-inmaop.adb<s-inmaop-posix.adb \ - s-intman.adb<s-intman-posix.adb \ - s-osinte.adb<s-osinte-lynxos-5.adb \ - s-osinte.ads<s-osinte-lynxos-5.ads \ - s-osprim.adb<s-osprim-posix.adb \ - s-taprop.adb<s-taprop-posix.adb \ - s-taspri.ads<s-taspri-posix.ads \ - s-tpopsp.adb<s-tpopsp-posix-foreign.adb \ - $(ATOMICS_TARGET_PAIRS) \ - $(X86_TARGET_PAIRS) \ - system.ads<system-lynxos-x86.ads - - else - LIBGNAT_TARGET_PAIRS = \ - a-intnam.ads<a-intnam-lynxos.ads \ - g-soliop.ads<g-soliop-lynxos.ads \ - s-inmaop.adb<s-inmaop-posix.adb \ - s-intman.adb<s-intman-posix.adb \ - s-osinte.adb<s-osinte-lynxos-5.adb \ - s-osinte.ads<s-osinte-lynxos-5.ads \ - s-osprim.adb<s-osprim-posix.adb \ - s-taprop.adb<s-taprop-posix.adb \ - s-taspri.ads<s-taspri-posix.ads \ - s-tpopsp.adb<s-tpopsp-posix-foreign.adb \ - system.ads<system-lynxos-ppc.ads - endif -endif - -# LynxOS 178 -ifeq ($(strip $(filter-out lynxos178,$(target_os))),) - TOOLS_TARGET_PAIRS = \ - mlib-tgt-specific.adb<mlib-tgt-specific-lynxos.adb \ - indepsw.adb<indepsw-gnu.adb - LIBGNAT_TARGET_PAIRS = \ - a-intnam.ads<a-intnam-lynxos.ads \ - g-soliop.ads<g-soliop-lynxos.ads \ - s-inmaop.adb<s-inmaop-posix.adb \ - s-intman.adb<s-intman-posix.adb \ - s-osinte.adb<s-osinte-lynxos-5.adb \ - s-osinte.ads<s-osinte-lynxos178.ads \ - s-osprim.adb<s-osprim-posix.adb \ - s-taprop.adb<s-taprop-posix.adb \ - s-taspri.ads<s-taspri-posix.ads \ - s-tpopsp.adb<s-tpopsp-posix-foreign.adb \ - system.ads<system-lynxos178-ppc.ads -endif - # RTEMS ifeq ($(strip $(filter-out rtems%,$(target_os))),) LIBGNAT_TARGET_PAIRS = \ |