]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* 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 228fb0006baf24db55230267eff7cde32fcdfdc4..47279366d82f4c98c87dd6a7ce939c511d16aab2 100644 (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>
 
index fc84f09628d2f4f542ba0b8ffdd69b3579350bcd..02f6cb2832d1612de220c6387ddb042d0ddf10af 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 \