Commit 34e6988b by Laurent GUERBY Committed by Laurent Guerby

Makefile.in: Fix typo in arm*-*-linux-gnueabi.

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

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

From-SVN: r155993
parent e5165811
2010-01-17 Laurent GUERBY <laurent@guerby.net>
* gcc-interface/Makefile.in: Fix typo in arm*-*-linux-gnueabi.
2010-01-11 Mikael Pettersson <mikpe@it.uu.se>
* gcc-interface/Makefile.in: Add arm*-*-linux-gnueabi.
......
......@@ -1792,7 +1792,7 @@ ifeq ($(strip $(filter-out powerpc% linux%,$(arch) $(osys))),)
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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment