mirror of git://gcc.gnu.org/git/gcc.git
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>
|
2007-04-30 Arnaud Charlet <charlet@adacore.com>
|
||||||
|
|
||||||
PR ada/28953
|
PR ada/28953
|
||||||
|
|
|
||||||
|
|
@ -1600,13 +1600,13 @@ case "${target}" in
|
||||||
| xscale*-wrs-vx* \
|
| xscale*-wrs-vx* \
|
||||||
| xscale*-wrs-coff \
|
| xscale*-wrs-coff \
|
||||||
| mips*-wrs-vx*)
|
| 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*)
|
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*)
|
*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* \
|
*86-*-linux* \
|
||||||
| powerpc*-*-linux* \
|
| powerpc*-*-linux* \
|
||||||
|
|
@ -1616,37 +1616,37 @@ case "${target}" in
|
||||||
| hppa*-*-linux* \
|
| hppa*-*-linux* \
|
||||||
| *x86_64-*-linux*)
|
| *x86_64-*-linux*)
|
||||||
TOOLS_TARGET_PAIRS="\
|
TOOLS_TARGET_PAIRS="\
|
||||||
mlib-tgt.adb<mlib-tgt-linux.adb \
|
mlib-tgt-specific.adb<mlib-tgt-linux.adb \
|
||||||
indepsw.adb<indepsw-gnu.adb"
|
indepsw.adb<indepsw-gnu.adb"
|
||||||
;;
|
;;
|
||||||
s390*-*-linux*)
|
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*)
|
*86-*-freebsd*)
|
||||||
TOOLS_TARGET_PAIRS="\
|
TOOLS_TARGET_PAIRS="\
|
||||||
mlib-tgt.adb<mlib-tgt-linux.adb \
|
mlib-tgt-specific.adb<mlib-tgt-linux.adb \
|
||||||
indepsw.adb<indepsw-gnu.adb"
|
indepsw.adb<indepsw-gnu.adb"
|
||||||
;;
|
;;
|
||||||
mips-sgi-irix*)
|
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-hpux10*) # Unlike hpux11
|
||||||
;;
|
;;
|
||||||
hppa*-hp-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*)
|
*-ibm-aix*)
|
||||||
TOOLS_TARGET_PAIRS="\
|
TOOLS_TARGET_PAIRS="\
|
||||||
mlib-tgt.adb<mlib-tgt-aix.adb \
|
mlib-tgt-specific.adb<mlib-tgt-aix.adb \
|
||||||
indepsw.adb<indepsw-aix.adb"
|
indepsw.adb<indepsw-aix.adb"
|
||||||
;;
|
;;
|
||||||
alpha*-dec-osf*)
|
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*-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.adb<mlib-tgt-vms-alpha.adb \
|
mlib-tgt-specific.adb<mlib-tgt-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"
|
||||||
|
|
||||||
|
|
@ -1655,7 +1655,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.adb<mlib-tgt-vms-ia64.adb \
|
mlib-tgt-specific.adb<mlib-tgt-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"
|
||||||
|
|
||||||
|
|
@ -1663,16 +1663,16 @@ case "${target}" in
|
||||||
;;
|
;;
|
||||||
*-*-cygwin32* | *-*-mingw32* | *-*-pe)
|
*-*-cygwin32* | *-*-mingw32* | *-*-pe)
|
||||||
TOOLS_TARGET_PAIRS="\
|
TOOLS_TARGET_PAIRS="\
|
||||||
mlib-tgt.adb<mlib-tgt-mingw.adb \
|
mlib-tgt-specific.adb<mlib-tgt-mingw.adb \
|
||||||
indepsw.adb<indepsw-mingw.adb"
|
indepsw.adb<indepsw-mingw.adb"
|
||||||
EXTRA_GNATTOOLS='../../gnatdll$(exeext)'
|
EXTRA_GNATTOOLS='../../gnatdll$(exeext)'
|
||||||
;;
|
;;
|
||||||
powerpc-*-darwin*)
|
powerpc-*-darwin*)
|
||||||
TOOLS_TARGET_PAIRS="mlib-tgt.adb<mlib-tgt-darwin.adb"
|
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-darwin.adb"
|
||||||
;;
|
;;
|
||||||
*-*-lynxos)
|
*-*-lynxos)
|
||||||
TOOLS_TARGET_PAIRS="\
|
TOOLS_TARGET_PAIRS="\
|
||||||
mlib-tgt.adb<mlib-tgt-lynxos.adb \
|
mlib-tgt-specific.adb<mlib-tgt-lynxos.adb \
|
||||||
indepsw.adb<indepsw-gnu.adb"
|
indepsw.adb<indepsw-gnu.adb"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
||||||
|
|
@ -83,13 +83,13 @@ case "${target}" in
|
||||||
| xscale*-wrs-vx* \
|
| xscale*-wrs-vx* \
|
||||||
| xscale*-wrs-coff \
|
| xscale*-wrs-coff \
|
||||||
| mips*-wrs-vx*)
|
| 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*)
|
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*)
|
*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* \
|
*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.adb<mlib-tgt-linux.adb \
|
mlib-tgt-specific.adb<mlib-tgt-linux.adb \
|
||||||
indepsw.adb<indepsw-gnu.adb"
|
indepsw.adb<indepsw-gnu.adb"
|
||||||
;;
|
;;
|
||||||
s390*-*-linux*)
|
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*)
|
*86-*-freebsd*)
|
||||||
TOOLS_TARGET_PAIRS="\
|
TOOLS_TARGET_PAIRS="\
|
||||||
mlib-tgt.adb<mlib-tgt-linux.adb \
|
mlib-tgt-specific.adb<mlib-tgt-linux.adb \
|
||||||
indepsw.adb<indepsw-gnu.adb"
|
indepsw.adb<indepsw-gnu.adb"
|
||||||
;;
|
;;
|
||||||
mips-sgi-irix*)
|
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-hpux10*) # Unlike hpux11
|
||||||
;;
|
;;
|
||||||
hppa*-hp-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*)
|
*-ibm-aix*)
|
||||||
TOOLS_TARGET_PAIRS="\
|
TOOLS_TARGET_PAIRS="\
|
||||||
mlib-tgt.adb<mlib-tgt-aix.adb \
|
mlib-tgt-specific.adb<mlib-tgt-aix.adb \
|
||||||
indepsw.adb<indepsw-aix.adb"
|
indepsw.adb<indepsw-aix.adb"
|
||||||
;;
|
;;
|
||||||
alpha*-dec-osf*)
|
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*-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.adb<mlib-tgt-vms-alpha.adb \
|
mlib-tgt-specific.adb<mlib-tgt-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.adb<mlib-tgt-vms-ia64.adb \
|
mlib-tgt-specific.adb<mlib-tgt-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.adb<mlib-tgt-mingw.adb \
|
mlib-tgt-specific.adb<mlib-tgt-mingw.adb \
|
||||||
indepsw.adb<indepsw-mingw.adb"
|
indepsw.adb<indepsw-mingw.adb"
|
||||||
EXTRA_GNATTOOLS='../../gnatdll$(exeext)'
|
EXTRA_GNATTOOLS='../../gnatdll$(exeext)'
|
||||||
;;
|
;;
|
||||||
powerpc-*-darwin*)
|
powerpc-*-darwin*)
|
||||||
TOOLS_TARGET_PAIRS="mlib-tgt.adb<mlib-tgt-darwin.adb"
|
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-darwin.adb"
|
||||||
;;
|
;;
|
||||||
*-*-lynxos)
|
*-*-lynxos)
|
||||||
TOOLS_TARGET_PAIRS="\
|
TOOLS_TARGET_PAIRS="\
|
||||||
mlib-tgt.adb<mlib-tgt-lynxos.adb \
|
mlib-tgt-specific.adb<mlib-tgt-lynxos.adb \
|
||||||
indepsw.adb<indepsw-gnu.adb"
|
indepsw.adb<indepsw-gnu.adb"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue