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]

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* \

@@ -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 \

@@ -153,7 +154,9 @@ case "${target}" in TOOLS_TARGET_PAIRS="mlib-tgt.adb<mlib-tgt-darwin.adb" ;; --lynxos)

-- 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]