configure.ac: Update TOOLS_TARGET_PAIRS configuration to match gcc/ada/Makefile.in.
* configure.ac: Update TOOLS_TARGET_PAIRS configuration to match gcc/ada/Makefile.in. * configure: Regenerated. From-SVN: r125484
This commit is contained in:
parent
9f106823dc
commit
4dced6f92b
@ -1,3 +1,10 @@
|
||||
2007-06-06 Arnaud Charlet <charlet@adacore.com>
|
||||
|
||||
* configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
|
||||
gcc/ada/Makefile.in.
|
||||
|
||||
* configure: Regenerated.
|
||||
|
||||
2007-04-30 Arnaud Charlet <charlet@adacore.com>
|
||||
|
||||
PR ada/28953
|
||||
|
30
gnattools/configure
vendored
30
gnattools/configure
vendored
@ -1600,13 +1600,13 @@ case "${target}" in
|
||||
| xscale*-wrs-vx* \
|
||||
| xscale*-wrs-coff \
|
||||
| mips*-wrs-vx*)
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt.adb<mlib-tgt-vxworks.adb"
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-vxworks.adb"
|
||||
;;
|
||||
sparc-sun-solaris*)
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt.adb<mlib-tgt-solaris.adb"
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-solaris.adb"
|
||||
;;
|
||||
*86-*-solaris2*)
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt.adb<mlib-tgt-solaris.adb"
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-solaris.adb"
|
||||
;;
|
||||
*86-*-linux* \
|
||||
| powerpc*-*-linux* \
|
||||
@ -1616,37 +1616,37 @@ case "${target}" in
|
||||
| hppa*-*-linux* \
|
||||
| *x86_64-*-linux*)
|
||||
TOOLS_TARGET_PAIRS="\
|
||||
mlib-tgt.adb<mlib-tgt-linux.adb \
|
||||
mlib-tgt-specific.adb<mlib-tgt-linux.adb \
|
||||
indepsw.adb<indepsw-gnu.adb"
|
||||
;;
|
||||
s390*-*-linux*)
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt.adb<mlib-tgt-linux.adb"
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-linux.adb"
|
||||
;;
|
||||
*86-*-freebsd*)
|
||||
TOOLS_TARGET_PAIRS="\
|
||||
mlib-tgt.adb<mlib-tgt-linux.adb \
|
||||
mlib-tgt-specific.adb<mlib-tgt-linux.adb \
|
||||
indepsw.adb<indepsw-gnu.adb"
|
||||
;;
|
||||
mips-sgi-irix*)
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt.adb<mlib-tgt-irix.adb"
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-irix.adb"
|
||||
;;
|
||||
hppa*-hp-hpux10*) # Unlike hpux11
|
||||
;;
|
||||
hppa*-hp-hpux11*)
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt.adb<mlib-tgt-hpux.adb"
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-hpux.adb"
|
||||
;;
|
||||
*-ibm-aix*)
|
||||
TOOLS_TARGET_PAIRS="\
|
||||
mlib-tgt.adb<mlib-tgt-aix.adb \
|
||||
mlib-tgt-specific.adb<mlib-tgt-aix.adb \
|
||||
indepsw.adb<indepsw-aix.adb"
|
||||
;;
|
||||
alpha*-dec-osf*)
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt.adb<mlib-tgt-tru64.adb"
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-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.adb<mlib-tgt-vms-alpha.adb \
|
||||
mlib-tgt-specific.adb<mlib-tgt-vms-alpha.adb \
|
||||
symbols.adb<symbols-vms.adb \
|
||||
symbols-processing.adb<symbols-processing-vms-alpha.adb"
|
||||
|
||||
@ -1655,7 +1655,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.adb<mlib-tgt-vms-ia64.adb \
|
||||
mlib-tgt-specific.adb<mlib-tgt-vms-ia64.adb \
|
||||
symbols.adb<symbols-vms.adb \
|
||||
symbols-processing.adb<symbols-processing-vms-ia64.adb"
|
||||
|
||||
@ -1663,16 +1663,16 @@ case "${target}" in
|
||||
;;
|
||||
*-*-cygwin32* | *-*-mingw32* | *-*-pe)
|
||||
TOOLS_TARGET_PAIRS="\
|
||||
mlib-tgt.adb<mlib-tgt-mingw.adb \
|
||||
mlib-tgt-specific.adb<mlib-tgt-mingw.adb \
|
||||
indepsw.adb<indepsw-mingw.adb"
|
||||
EXTRA_GNATTOOLS='../../gnatdll$(exeext)'
|
||||
;;
|
||||
powerpc-*-darwin*)
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt.adb<mlib-tgt-darwin.adb"
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-darwin.adb"
|
||||
;;
|
||||
*-*-lynxos)
|
||||
TOOLS_TARGET_PAIRS="\
|
||||
mlib-tgt.adb<mlib-tgt-lynxos.adb \
|
||||
mlib-tgt-specific.adb<mlib-tgt-lynxos.adb \
|
||||
indepsw.adb<indepsw-gnu.adb"
|
||||
;;
|
||||
esac
|
||||
|
@ -83,13 +83,13 @@ case "${target}" in
|
||||
| xscale*-wrs-vx* \
|
||||
| xscale*-wrs-coff \
|
||||
| mips*-wrs-vx*)
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt.adb<mlib-tgt-vxworks.adb"
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-vxworks.adb"
|
||||
;;
|
||||
sparc-sun-solaris*)
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt.adb<mlib-tgt-solaris.adb"
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-solaris.adb"
|
||||
;;
|
||||
*86-*-solaris2*)
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt.adb<mlib-tgt-solaris.adb"
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-solaris.adb"
|
||||
;;
|
||||
*86-*-linux* \
|
||||
| powerpc*-*-linux* \
|
||||
@ -99,37 +99,37 @@ case "${target}" in
|
||||
| hppa*-*-linux* \
|
||||
| *x86_64-*-linux*)
|
||||
TOOLS_TARGET_PAIRS="\
|
||||
mlib-tgt.adb<mlib-tgt-linux.adb \
|
||||
mlib-tgt-specific.adb<mlib-tgt-linux.adb \
|
||||
indepsw.adb<indepsw-gnu.adb"
|
||||
;;
|
||||
s390*-*-linux*)
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt.adb<mlib-tgt-linux.adb"
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-linux.adb"
|
||||
;;
|
||||
*86-*-freebsd*)
|
||||
TOOLS_TARGET_PAIRS="\
|
||||
mlib-tgt.adb<mlib-tgt-linux.adb \
|
||||
mlib-tgt-specific.adb<mlib-tgt-linux.adb \
|
||||
indepsw.adb<indepsw-gnu.adb"
|
||||
;;
|
||||
mips-sgi-irix*)
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt.adb<mlib-tgt-irix.adb"
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-irix.adb"
|
||||
;;
|
||||
hppa*-hp-hpux10*) # Unlike hpux11
|
||||
;;
|
||||
hppa*-hp-hpux11*)
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt.adb<mlib-tgt-hpux.adb"
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-hpux.adb"
|
||||
;;
|
||||
*-ibm-aix*)
|
||||
TOOLS_TARGET_PAIRS="\
|
||||
mlib-tgt.adb<mlib-tgt-aix.adb \
|
||||
mlib-tgt-specific.adb<mlib-tgt-aix.adb \
|
||||
indepsw.adb<indepsw-aix.adb"
|
||||
;;
|
||||
alpha*-dec-osf*)
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt.adb<mlib-tgt-tru64.adb"
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-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.adb<mlib-tgt-vms-alpha.adb \
|
||||
mlib-tgt-specific.adb<mlib-tgt-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.adb<mlib-tgt-vms-ia64.adb \
|
||||
mlib-tgt-specific.adb<mlib-tgt-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.adb<mlib-tgt-mingw.adb \
|
||||
mlib-tgt-specific.adb<mlib-tgt-mingw.adb \
|
||||
indepsw.adb<indepsw-mingw.adb"
|
||||
EXTRA_GNATTOOLS='../../gnatdll$(exeext)'
|
||||
;;
|
||||
powerpc-*-darwin*)
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt.adb<mlib-tgt-darwin.adb"
|
||||
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-darwin.adb"
|
||||
;;
|
||||
*-*-lynxos)
|
||||
TOOLS_TARGET_PAIRS="\
|
||||
mlib-tgt.adb<mlib-tgt-lynxos.adb \
|
||||
mlib-tgt-specific.adb<mlib-tgt-lynxos.adb \
|
||||
indepsw.adb<indepsw-gnu.adb"
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user