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:
Chris Proctor 2008-06-26 10:16:26 +00:00 committed by Samuel Tardieu
parent 95730f5e35
commit b4b010ad85
5 changed files with 39 additions and 31 deletions

View File

@ -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> 2008-06-25 Samuel Tardieu <sam@rfc1149.net>
* Makefile.in: Use mlib-tgt-specific-linux.adb for sh4 as well. * Makefile.in: Use mlib-tgt-specific-linux.adb for sh4 as well.

View File

@ -903,7 +903,7 @@ ifeq ($(strip $(filter-out %86 kfreebsd%,$(arch) $(osys))),)
system.ads<system-freebsd-x86.ads system.ads<system-freebsd-x86.ads
TOOLS_TARGET_PAIRS = \ 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 indepsw.adb<indepsw-gnu.adb
EH_MECHANISM=-gcc EH_MECHANISM=-gcc

View File

@ -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> 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* configure.ac: move sinclude of acx.m4 before AC_INIT, * configure.ac: move sinclude of acx.m4 before AC_INIT,

30
gnattools/configure vendored
View File

@ -1516,13 +1516,13 @@ case "${target}" in
| sparc*-wrs-vx* \ | sparc*-wrs-vx* \
| *86-wrs-vxworks \ | *86-wrs-vxworks \
| mips*-wrs-vx*) | 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*) 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*) *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* \ *86-*-linux* \
| powerpc*-*-linux* \ | powerpc*-*-linux* \
@ -1532,37 +1532,37 @@ case "${target}" in
| hppa*-*-linux* \ | hppa*-*-linux* \
| *x86_64-*-linux*) | *x86_64-*-linux*)
TOOLS_TARGET_PAIRS="\ 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" indepsw.adb<indepsw-gnu.adb"
;; ;;
s390*-*-linux*) 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*) *86-*-freebsd*)
TOOLS_TARGET_PAIRS="\ 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" indepsw.adb<indepsw-gnu.adb"
;; ;;
mips-sgi-irix*) 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-hpux10*) # Unlike hpux11
;; ;;
hppa*-hp-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*) *-ibm-aix*)
TOOLS_TARGET_PAIRS="\ 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" indepsw.adb<indepsw-aix.adb"
;; ;;
alpha*-dec-osf*) 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*-dec-vms* | alpha*-dec-openvms* | alpha*-dec-vms* \
| alpha*-hp-vms* | alpha*-hp-openvms* | alpha*-hp-vms*) | alpha*-hp-vms* | alpha*-hp-openvms* | alpha*-hp-vms*)
TOOLS_TARGET_PAIRS="\ 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.adb<symbols-vms.adb \
symbols-processing.adb<symbols-processing-vms-alpha.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*-dec-vms* | ia64*-dec-openvms* | ia64*-dec-vms* \
| ia64*-hp-vms* | ia64*-hp-openvms* | ia64*-hp-vms*) | ia64*-hp-vms* | ia64*-hp-openvms* | ia64*-hp-vms*)
TOOLS_TARGET_PAIRS="\ 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.adb<symbols-vms.adb \
symbols-processing.adb<symbols-processing-vms-ia64.adb" symbols-processing.adb<symbols-processing-vms-ia64.adb"
@ -1579,16 +1579,16 @@ case "${target}" in
;; ;;
*-*-cygwin32* | *-*-mingw32* | *-*-pe) *-*-cygwin32* | *-*-mingw32* | *-*-pe)
TOOLS_TARGET_PAIRS="\ 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" indepsw.adb<indepsw-mingw.adb"
EXTRA_GNATTOOLS='../../gnatdll$(exeext)' EXTRA_GNATTOOLS='../../gnatdll$(exeext)'
;; ;;
powerpc-*-darwin* | *86-*-darwin*) 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) *-*-lynxos)
TOOLS_TARGET_PAIRS="\ 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" indepsw.adb<indepsw-gnu.adb"
;; ;;
esac esac

View File

@ -83,13 +83,13 @@ case "${target}" in
| sparc*-wrs-vx* \ | sparc*-wrs-vx* \
| *86-wrs-vxworks \ | *86-wrs-vxworks \
| mips*-wrs-vx*) | 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*) 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*) *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* \ *86-*-linux* \
| powerpc*-*-linux* \ | powerpc*-*-linux* \
@ -99,37 +99,37 @@ case "${target}" in
| hppa*-*-linux* \ | hppa*-*-linux* \
| *x86_64-*-linux*) | *x86_64-*-linux*)
TOOLS_TARGET_PAIRS="\ 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" indepsw.adb<indepsw-gnu.adb"
;; ;;
s390*-*-linux*) 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*) *86-*-freebsd*)
TOOLS_TARGET_PAIRS="\ 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" indepsw.adb<indepsw-gnu.adb"
;; ;;
mips-sgi-irix*) 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-hpux10*) # Unlike hpux11
;; ;;
hppa*-hp-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*) *-ibm-aix*)
TOOLS_TARGET_PAIRS="\ 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" indepsw.adb<indepsw-aix.adb"
;; ;;
alpha*-dec-osf*) 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*-dec-vms* | alpha*-dec-openvms* | alpha*-dec-vms* \
| alpha*-hp-vms* | alpha*-hp-openvms* | alpha*-hp-vms*) | alpha*-hp-vms* | alpha*-hp-openvms* | alpha*-hp-vms*)
TOOLS_TARGET_PAIRS="\ 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.adb<symbols-vms.adb \
symbols-processing.adb<symbols-processing-vms-alpha.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*-dec-vms* | ia64*-dec-openvms* | ia64*-dec-vms* \
| ia64*-hp-vms* | ia64*-hp-openvms* | ia64*-hp-vms*) | ia64*-hp-vms* | ia64*-hp-openvms* | ia64*-hp-vms*)
TOOLS_TARGET_PAIRS="\ 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.adb<symbols-vms.adb \
symbols-processing.adb<symbols-processing-vms-ia64.adb" symbols-processing.adb<symbols-processing-vms-ia64.adb"
@ -146,16 +146,16 @@ case "${target}" in
;; ;;
*-*-cygwin32* | *-*-mingw32* | *-*-pe) *-*-cygwin32* | *-*-mingw32* | *-*-pe)
TOOLS_TARGET_PAIRS="\ 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" indepsw.adb<indepsw-mingw.adb"
EXTRA_GNATTOOLS='../../gnatdll$(exeext)' EXTRA_GNATTOOLS='../../gnatdll$(exeext)'
;; ;;
powerpc-*-darwin* | *86-*-darwin*) 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) *-*-lynxos)
TOOLS_TARGET_PAIRS="\ 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" indepsw.adb<indepsw-gnu.adb"
;; ;;
esac esac