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
This commit is contained in:
parent
e5165811a8
commit
34e6988b72
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue