Makefile.in: Fix *86 kfreebsd target specific pairs.
2008-06-26 Chris Proctor <chrisp_42@bigpond.com> gcc/ada/ * Makefile.in: Fix *86 kfreebsd target specific pairs. gnattools/ * configure.ac, configure: Fix target specific pairs. From-SVN: r137144
This commit is contained in:
parent
95730f5e35
commit
b4b010ad85
@ -1,3 +1,7 @@
|
||||
2008-06-26 Chris Proctor <chrisp_42@bigpond.com>
|
||||
|
||||
* Makefile.in: Fix *86 kfreebsd target specific pairs.
|
||||
|
||||
2008-06-25 Samuel Tardieu <sam@rfc1149.net>
|
||||
|
||||
* Makefile.in: Use mlib-tgt-specific-linux.adb for sh4 as well.
|
||||
|
@ -903,7 +903,7 @@ ifeq ($(strip $(filter-out %86 kfreebsd%,$(arch) $(osys))),)
|
||||
system.ads<system-freebsd-x86.ads
|
||||
|
||||
TOOLS_TARGET_PAIRS = \
|
||||
mlib-tgt-specific.adb<mlib-tgt-linux.adb \
|
||||
mlib-tgt-specific.adb<mlib-tgt-specific-linux.adb \
|
||||
indepsw.adb<indepsw-gnu.adb
|
||||
|
||||
EH_MECHANISM=-gcc
|
||||
|
@ -1,3 +1,7 @@
|
||||
2008-06-26 Chris Proctor <chrisp_42@bigpond.com>
|
||||
|
||||
* configure.ac, configure: Fix target specific pairs.
|
||||
|
||||
2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* configure.ac: move sinclude of acx.m4 before AC_INIT,
|
||||
|
30
gnattools/configure
vendored
30
gnattools/configure
vendored
@ -1516,13 +1516,13 @@ case "${target}" in
|
||||
| sparc*-wrs-vx* \
|
||||
| *86-wrs-vxworks \
|
||||
| mips*-wrs-vx*)
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-vxworks.adb"
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-specific-vxworks.adb"
|
||||
;;
|
||||
sparc-sun-solaris*)
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-solaris.adb"
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-specific-solaris.adb"
|
||||
;;
|
||||
*86-*-solaris2*)
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-solaris.adb"
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-specific-solaris.adb"
|
||||
;;
|
||||
*86-*-linux* \
|
||||
| powerpc*-*-linux* \
|
||||
@ -1532,37 +1532,37 @@ case "${target}" in
|
||||
| hppa*-*-linux* \
|
||||
| *x86_64-*-linux*)
|
||||
TOOLS_TARGET_PAIRS="\
|
||||
mlib-tgt-specific.adb<mlib-tgt-linux.adb \
|
||||
mlib-tgt-specific.adb<mlib-tgt-specific-linux.adb \
|
||||
indepsw.adb<indepsw-gnu.adb"
|
||||
;;
|
||||
s390*-*-linux*)
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-linux.adb"
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-specific-linux.adb"
|
||||
;;
|
||||
*86-*-freebsd*)
|
||||
TOOLS_TARGET_PAIRS="\
|
||||
mlib-tgt-specific.adb<mlib-tgt-linux.adb \
|
||||
mlib-tgt-specific.adb<mlib-tgt-specific-linux.adb \
|
||||
indepsw.adb<indepsw-gnu.adb"
|
||||
;;
|
||||
mips-sgi-irix*)
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-irix.adb"
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-specific-irix.adb"
|
||||
;;
|
||||
hppa*-hp-hpux10*) # Unlike hpux11
|
||||
;;
|
||||
hppa*-hp-hpux11*)
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-hpux.adb"
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-specific-hpux.adb"
|
||||
;;
|
||||
*-ibm-aix*)
|
||||
TOOLS_TARGET_PAIRS="\
|
||||
mlib-tgt-specific.adb<mlib-tgt-aix.adb \
|
||||
mlib-tgt-specific.adb<mlib-tgt-specific-aix.adb \
|
||||
indepsw.adb<indepsw-aix.adb"
|
||||
;;
|
||||
alpha*-dec-osf*)
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-tru64.adb"
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-specific-tru64.adb"
|
||||
;;
|
||||
alpha*-dec-vms* | alpha*-dec-openvms* | alpha*-dec-vms* \
|
||||
| alpha*-hp-vms* | alpha*-hp-openvms* | alpha*-hp-vms*)
|
||||
TOOLS_TARGET_PAIRS="\
|
||||
mlib-tgt-specific.adb<mlib-tgt-vms-alpha.adb \
|
||||
mlib-tgt-specific.adb<mlib-tgt-specific-vms-alpha.adb \
|
||||
symbols.adb<symbols-vms.adb \
|
||||
symbols-processing.adb<symbols-processing-vms-alpha.adb"
|
||||
|
||||
@ -1571,7 +1571,7 @@ case "${target}" in
|
||||
ia64*-dec-vms* | ia64*-dec-openvms* | ia64*-dec-vms* \
|
||||
| ia64*-hp-vms* | ia64*-hp-openvms* | ia64*-hp-vms*)
|
||||
TOOLS_TARGET_PAIRS="\
|
||||
mlib-tgt-specific.adb<mlib-tgt-vms-ia64.adb \
|
||||
mlib-tgt-specific.adb<mlib-tgt-specific-vms-ia64.adb \
|
||||
symbols.adb<symbols-vms.adb \
|
||||
symbols-processing.adb<symbols-processing-vms-ia64.adb"
|
||||
|
||||
@ -1579,16 +1579,16 @@ case "${target}" in
|
||||
;;
|
||||
*-*-cygwin32* | *-*-mingw32* | *-*-pe)
|
||||
TOOLS_TARGET_PAIRS="\
|
||||
mlib-tgt-specific.adb<mlib-tgt-mingw.adb \
|
||||
mlib-tgt-specific.adb<mlib-tgt-specific-mingw.adb \
|
||||
indepsw.adb<indepsw-mingw.adb"
|
||||
EXTRA_GNATTOOLS='../../gnatdll$(exeext)'
|
||||
;;
|
||||
powerpc-*-darwin* | *86-*-darwin*)
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-darwin.adb"
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-specific-darwin.adb"
|
||||
;;
|
||||
*-*-lynxos)
|
||||
TOOLS_TARGET_PAIRS="\
|
||||
mlib-tgt-specific.adb<mlib-tgt-lynxos.adb \
|
||||
mlib-tgt-specific.adb<mlib-tgt-specific-lynxos.adb \
|
||||
indepsw.adb<indepsw-gnu.adb"
|
||||
;;
|
||||
esac
|
||||
|
@ -83,13 +83,13 @@ case "${target}" in
|
||||
| sparc*-wrs-vx* \
|
||||
| *86-wrs-vxworks \
|
||||
| mips*-wrs-vx*)
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-vxworks.adb"
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-specific-vxworks.adb"
|
||||
;;
|
||||
sparc-sun-solaris*)
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-solaris.adb"
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-specific-solaris.adb"
|
||||
;;
|
||||
*86-*-solaris2*)
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-solaris.adb"
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-specific-solaris.adb"
|
||||
;;
|
||||
*86-*-linux* \
|
||||
| powerpc*-*-linux* \
|
||||
@ -99,37 +99,37 @@ case "${target}" in
|
||||
| hppa*-*-linux* \
|
||||
| *x86_64-*-linux*)
|
||||
TOOLS_TARGET_PAIRS="\
|
||||
mlib-tgt-specific.adb<mlib-tgt-linux.adb \
|
||||
mlib-tgt-specific.adb<mlib-tgt-specific-linux.adb \
|
||||
indepsw.adb<indepsw-gnu.adb"
|
||||
;;
|
||||
s390*-*-linux*)
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-linux.adb"
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-specific-linux.adb"
|
||||
;;
|
||||
*86-*-freebsd*)
|
||||
TOOLS_TARGET_PAIRS="\
|
||||
mlib-tgt-specific.adb<mlib-tgt-linux.adb \
|
||||
mlib-tgt-specific.adb<mlib-tgt-specific-linux.adb \
|
||||
indepsw.adb<indepsw-gnu.adb"
|
||||
;;
|
||||
mips-sgi-irix*)
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-irix.adb"
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-specific-irix.adb"
|
||||
;;
|
||||
hppa*-hp-hpux10*) # Unlike hpux11
|
||||
;;
|
||||
hppa*-hp-hpux11*)
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-hpux.adb"
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-specific-hpux.adb"
|
||||
;;
|
||||
*-ibm-aix*)
|
||||
TOOLS_TARGET_PAIRS="\
|
||||
mlib-tgt-specific.adb<mlib-tgt-aix.adb \
|
||||
mlib-tgt-specific.adb<mlib-tgt-specific-aix.adb \
|
||||
indepsw.adb<indepsw-aix.adb"
|
||||
;;
|
||||
alpha*-dec-osf*)
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-tru64.adb"
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-specific-tru64.adb"
|
||||
;;
|
||||
alpha*-dec-vms* | alpha*-dec-openvms* | alpha*-dec-vms* \
|
||||
| alpha*-hp-vms* | alpha*-hp-openvms* | alpha*-hp-vms*)
|
||||
TOOLS_TARGET_PAIRS="\
|
||||
mlib-tgt-specific.adb<mlib-tgt-vms-alpha.adb \
|
||||
mlib-tgt-specific.adb<mlib-tgt-specific-vms-alpha.adb \
|
||||
symbols.adb<symbols-vms.adb \
|
||||
symbols-processing.adb<symbols-processing-vms-alpha.adb"
|
||||
|
||||
@ -138,7 +138,7 @@ case "${target}" in
|
||||
ia64*-dec-vms* | ia64*-dec-openvms* | ia64*-dec-vms* \
|
||||
| ia64*-hp-vms* | ia64*-hp-openvms* | ia64*-hp-vms*)
|
||||
TOOLS_TARGET_PAIRS="\
|
||||
mlib-tgt-specific.adb<mlib-tgt-vms-ia64.adb \
|
||||
mlib-tgt-specific.adb<mlib-tgt-specific-vms-ia64.adb \
|
||||
symbols.adb<symbols-vms.adb \
|
||||
symbols-processing.adb<symbols-processing-vms-ia64.adb"
|
||||
|
||||
@ -146,16 +146,16 @@ case "${target}" in
|
||||
;;
|
||||
*-*-cygwin32* | *-*-mingw32* | *-*-pe)
|
||||
TOOLS_TARGET_PAIRS="\
|
||||
mlib-tgt-specific.adb<mlib-tgt-mingw.adb \
|
||||
mlib-tgt-specific.adb<mlib-tgt-specific-mingw.adb \
|
||||
indepsw.adb<indepsw-mingw.adb"
|
||||
EXTRA_GNATTOOLS='../../gnatdll$(exeext)'
|
||||
;;
|
||||
powerpc-*-darwin* | *86-*-darwin*)
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-darwin.adb"
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-specific-darwin.adb"
|
||||
;;
|
||||
*-*-lynxos)
|
||||
TOOLS_TARGET_PAIRS="\
|
||||
mlib-tgt-specific.adb<mlib-tgt-lynxos.adb \
|
||||
mlib-tgt-specific.adb<mlib-tgt-specific-lynxos.adb \
|
||||
indepsw.adb<indepsw-gnu.adb"
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user