* gcc-interface/Makefile.in (ARM linux, GNU eabi): Tweak regexp.
From-SVN: r205948
This commit is contained in:
parent
c5a567a359
commit
b1cc27a5b4
@ -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>
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user