* gcc-interface/Makefile.in (ARM linux, GNU eabi): Tweak regexp.
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 12 Dec 2013 22:59:35 +0000 (22:59 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 12 Dec 2013 22:59:35 +0000 (22:59 +0000)
From-SVN: r205948

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 \