* gcc-interface/Makefile.in (arm% androideabi): Robustify.
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 30 May 2013 07:15:37 +0000 (07:15 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 30 May 2013 07:15:37 +0000 (07:15 +0000)
From-SVN: r199436

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

index b9d47e2..1a37786 100644 (file)
@@ -1,3 +1,7 @@
+2013-05-30  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc-interface/Makefile.in (arm% androideabi): Robustify.
+
 2013-05-26  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc-interface/decl.c: (gnat_to_gnu_entity): In ASIS mode, do not
index 04b5e55..6aa93c4 100644 (file)
@@ -995,7 +995,7 @@ ifeq ($(strip $(filter-out mips% wrs vx%,$(targ))),)
   EXTRA_LIBGNAT_OBJS+=vx_stack_info.o
 endif
 
-ifeq ($(strip $(filter-out arm% linux-androideabi,$(arch) $(osys)-$(word 4,$(targ)))),)
+ifeq ($(strip $(filter-out arm% androideabi,$(arch) $(osys))),)
   LIBGNAT_TARGET_PAIRS = \
   a-intnam.ads<a-intnam-linux.ads \
   s-inmaop.adb<s-inmaop-posix.adb \