Makefile.in: Fix mipsel linux handling.
2009-01-31 Laurent GUERBY <laurent@guerby.net> * gcc-interface/Makefile.in: Fix mipsel linux handling. From-SVN: r143855
This commit is contained in:
parent
591f8a9237
commit
d0ec4c99b6
2 changed files with 11 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-01-31 Laurent GUERBY <laurent@guerby.net>
|
||||
|
||||
* gcc-interface/Makefile.in: Fix mipsel linux handling.
|
||||
|
||||
2009-01-16 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* gcc-interface/Makefile.in: Fix multilib handling for
|
||||
|
|
|
@ -1458,10 +1458,16 @@ ifeq ($(strip $(filter-out mipsel linux%,$(arch) $(osys))),)
|
|||
s-taprop.adb<s-taprop-linux.adb \
|
||||
s-tasinf.ads<s-tasinf-linux.ads \
|
||||
s-tasinf.adb<s-tasinf-linux.adb \
|
||||
s-taspri.ads<s-taspri-posix.ads \
|
||||
s-taspri.ads<s-taspri-posix-noaltstack.ads \
|
||||
s-tpopsp.adb<s-tpopsp-posix-foreign.adb \
|
||||
g-sercom.adb<g-sercom-linux.adb \
|
||||
system.ads<system-linux-mipsel.ads
|
||||
|
||||
TOOLS_TARGET_PAIRS = \
|
||||
mlib-tgt-specific.adb<mlib-tgt-specific-linux.adb \
|
||||
indepsw.adb<indepsw-gnu.adb
|
||||
|
||||
EXTRA_GNATRTL_TASKING_OBJS=s-linux.o
|
||||
EH_MECHANISM=-gcc
|
||||
THREADSLIB = -lpthread
|
||||
GNATLIB_SHARED = gnatlib-shared-dual
|
||||
|
|
Loading…
Add table
Reference in a new issue