From: Dominique d'Humieres Date: Fri, 13 Sep 2013 21:39:11 +0000 (+0000) Subject: Fix thinko in the late conversion to the use of configure variables for X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c3226f662e5394b906d430a91372c168c9897982;p=gcc.git Fix thinko in the late conversion to the use of configure variables for the target pairs selection: * gcc-interface/Makefile.in: Fix darwin Filter to match on $target_os, not target_cpu. From-SVN: r202578 --- diff --git a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in index b851683f13f..4fd368283a9 100644 --- a/gcc/ada/gcc-interface/Makefile.in +++ b/gcc/ada/gcc-interface/Makefile.in @@ -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