* gcc-interface/Makefile.in (ARM linux, GNU eabi): Tweak regexp.

From-SVN: r205948
This commit is contained in:
Eric Botcazou 2013-12-12 22:59:35 +00:00 committed by Eric Botcazou
parent c5a567a359
commit b1cc27a5b4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-12-12 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/Makefile.in (ARM linux, GNU eabi): Tweak regexp.
2013-12-12 Eric Botcazou <ebotcazou@adacore.com>
Iain Sandoe <iain@codesourcery.com>

View File

@ -1903,7 +1903,7 @@ ifeq ($(strip $(filter-out powerpc% linux%,$(target_cpu) $(target_os))),)
endif
# ARM linux, GNU eabi
ifeq ($(strip $(filter-out arm% linux-gnueabi,$(target_cpu) $(target_os))),)
ifeq ($(strip $(filter-out arm% linux-gnueabi%,$(target_cpu) $(target_os))),)
LIBGNAT_TARGET_PAIRS = \
a-intnam.ads<a-intnam-linux.ads \
s-inmaop.adb<s-inmaop-posix.adb \