Fix thinko in the late conversion to the use of configure variables for
authorDominique d'Humieres <dominiq@lps.ens.fr>
Fri, 13 Sep 2013 21:39:11 +0000 (21:39 +0000)
committerOlivier Hainque <hainque@gcc.gnu.org>
Fri, 13 Sep 2013 21:39:11 +0000 (21:39 +0000)
the target pairs selection:

        * gcc-interface/Makefile.in: Fix darwin Filter to match on $target_os,
        not target_cpu.

From-SVN: r202578

gcc/ada/gcc-interface/Makefile.in

index b851683..4fd3682 100644 (file)
@@ -2190,7 +2190,7 @@ ifeq ($(strip $(filter-out %x32 linux%,$(target_cpu) $(target_os))),)
 endif
 
 # Darwin (Mac OS X)
-ifeq ($(strip $(filter-out darwin%,$(target_cpu))),)
+ifeq ($(strip $(filter-out darwin%,$(target_os))),)
   SO_OPTS = -shared-libgcc
   LIBGNAT_TARGET_PAIRS = \
     a-intnam.ads<a-intnam-darwin.ads \