Commit b1cc27a5 by Eric Botcazou Committed by Eric Botcazou

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

From-SVN: r205948
parent c5a567a3
2013-12-12 Eric Botcazou <ebotcazou@adacore.com> 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> Iain Sandoe <iain@codesourcery.com>
PR ada/55946 PR ada/55946
......
...@@ -1903,7 +1903,7 @@ ifeq ($(strip $(filter-out powerpc% linux%,$(target_cpu) $(target_os))),) ...@@ -1903,7 +1903,7 @@ ifeq ($(strip $(filter-out powerpc% linux%,$(target_cpu) $(target_os))),)
endif endif
# ARM linux, GNU eabi # 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 = \ LIBGNAT_TARGET_PAIRS = \
a-intnam.ads<a-intnam-linux.ads \ a-intnam.ads<a-intnam-linux.ads \
s-inmaop.adb<s-inmaop-posix.adb \ s-inmaop.adb<s-inmaop-posix.adb \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment