* gcc-interface/Makefile.in (ARM linux, GNU eabi): Tweak regexp.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Dec 2013 22:59:35 +0000 (22:59 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Dec 2013 22:59:35 +0000 (22:59 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205948 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/ChangeLog
gcc/ada/gcc-interface/Makefile.in

index 228fb00..4727936 100644 (file)
@@ -1,4 +1,8 @@
 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>
 
        PR ada/55946
index fc84f09..02f6cb2 100644 (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 \