[PATCH][Ada] Fix typo in arm*-*-linux-gnueabi Makefile (commited as obvious)

Laurent GUERBY laurent@guerby.net
Sun Jan 17 20:50:00 GMT 2010


Hi,

Commited as obvious.

Laurent

2010-01-17  Laurent GUERBY  <laurent@guerby.net>

	* gcc-interface/Makefile.in: Fix typo in arm*-*-linux-gnueabi.

Index: gcc-interface/Makefile.in
===================================================================
--- gcc-interface/Makefile.in	(revision 155991)
+++ gcc-interface/Makefile.in	(working copy)
@@ -1792,7 +1792,7 @@
   LIBRARY_VERSION := $(LIB_VERSION)
 endif
 
-ifeq ($(strip $(filter-out arm% linux-gnueabi,$(arch) $(osys)-$(word4,$(targ)))),)
+ifeq ($(strip $(filter-out arm% linux-gnueabi,$(arch) $(osys)-$(word 4,$(targ)))),)
   LIBGNAT_TARGET_PAIRS = \
   a-intnam.ads<a-intnam-linux.ads \
   s-inmaop.adb<s-inmaop-posix.adb \





More information about the Gcc-patches mailing list