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
This commit is contained in:
Dominique d'Humieres 2013-09-13 21:39:11 +00:00 committed by Olivier Hainque
parent 2fce28ed64
commit c3226f662e

View 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 \