Andreas Schwab - Update TOOLS_TARGET_PAIRS in gnattools/configure.ac (original) (raw)
This is the mail archive of the gcc-patches@gcc.gnu.orgmailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
- From: Andreas Schwab
- To: gcc-patches at gcc dot gnu dot org
- Date: Sun, 11 Feb 2007 12:29:20 +0100
- Subject: Update TOOLS_TARGET_PAIRS in gnattools/configure.ac
TOOLS_TARGET_PAIRS in gnattools/configure.ac has not been in sync with gcc/ada/Makefile.in. I think the definition in the latter file can be dropped, but I leave that to the Ada maintainers to decide. This patch only updates the configuration in gnattools. Tested on {ia64,powerpc}-suse-linux and checked in as obvious.
Andreas.
2007-02-11 Andreas Schwab schwab@suse.de
* configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
gcc/ada/Makefile.in.
* configure: Regenerated.
Index: gnattools/configure.ac
--- gnattools/configure.ac (revision 121816) +++ gnattools/configure.ac (working copy) @@ -92,24 +92,23 @@ case "${target}" in TOOLS_TARGET_PAIRS="mlib-tgt.adb<mlib-tgt-solaris.adb" ;; 86--linux* \
- | powerpc*--linux)
- | powerpc*--linux \
- | ia64--linux* \
- | alpha*--linux \
- | sparc*--linux \
- | hppa*--linux \
- | x86_64--linux*)
TOOLS_TARGET_PAIRS="
mlib-tgt.adb<mlib-tgt-linux.adb \
- indepsw.adb<indepsw-linux.adb"
- indepsw.adb<indepsw-gnu.adb" ;;
- ia64--linux* \
- | alpha*-*-linux )
- TOOLS_TARGET_PAIRS="\
- mlib-tgt.adb<mlib-tgt-linux.adb \
- indepsw.adb<indepsw-linux.adb"
- ;;
- x86_64--linux* \
- | s390*--linux)
- s390*--linux) TOOLS_TARGET_PAIRS="mlib-tgt.adb<mlib-tgt-linux.adb" ;; 86--freebsd*) TOOLS_TARGET_PAIRS="\
- mlib-tgt.adb<mlib-tgt-linux.adb"
- mlib-tgt.adb<mlib-tgt-linux.adb \
- indepsw.adb<indepsw-gnu.adb"
;;
mips-sgi-irix*)
TOOLS_TARGET_PAIRS="mlib-tgt.adb<mlib-tgt-irix.adb"
@@ -131,7 +130,8 @@ case "${target}" in
| alpha*-hp-vms* | alpha*-hp-openvms* | alpha*-hp-vms*)
TOOLS_TARGET_PAIRS="
mlib-tgt.adb<mlib-tgt-vms-alpha.adb \
- symbols.adb<symbols-vms-alpha.adb"
symbols.adb<symbols-vms.adb \
symbols-processing.adb<symbols-processing-vms-alpha.adb"
EXTRA_GNATTOOLS='../../gnatlbr$(exeext) ../../gnatsym$(exeext)' ;;
@@ -139,7 +139,8 @@ case "${target}" in
| ia64*-hp-vms* | ia64*-hp-openvms* | ia64*-hp-vms*)
TOOLS_TARGET_PAIRS="
mlib-tgt.adb<mlib-tgt-vms-ia64.adb \
- symbols.adb<symbols-vms-ia64.adb"
symbols.adb<symbols-vms.adb \
symbols-processing.adb<symbols-processing-vms-ia64.adb"
EXTRA_GNATTOOLS='../../gnatlbr$(exeext) ../../gnatsym$(exeext)' ;;
@@ -153,7 +154,9 @@ case "${target}" in TOOLS_TARGET_PAIRS="mlib-tgt.adb<mlib-tgt-darwin.adb" ;; --lynxos)
- TOOLS_TARGET_PAIRS="mlib-tgt.adb<mlib-tgt-lynxos.adb"
- TOOLS_TARGET_PAIRS="\
- mlib-tgt.adb<mlib-tgt-lynxos.adb \
- indepsw.adb<indepsw-gnu.adb" ;; esac
-- Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |