summaryrefslogtreecommitdiff
path: root/gnattools
diff options
context:
space:
mode:
Diffstat (limited to 'gnattools')
-rw-r--r--gnattools/ChangeLog5
-rwxr-xr-xgnattools/configure11
-rw-r--r--gnattools/configure.ac2
3 files changed, 13 insertions, 5 deletions
diff --git a/gnattools/ChangeLog b/gnattools/ChangeLog
index c9685f81db2..99cb698341e 100644
--- a/gnattools/ChangeLog
+++ b/gnattools/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-07 Joseph Myers <joseph@codesourcery.com>
+
+ * configure.ac (xscale*-wrs-vx*, xscale*-wrs-coff): Remove.
+ * configure: Regenerate.
+
2008-05-20 Arnaud Charlet <charlet@adacore.com>
* Makefile.in (GNATTOOLS2_FILES): Replaced by common-tools target
diff --git a/gnattools/configure b/gnattools/configure
index 30a9085b63d..31a2ff5031b 100755
--- a/gnattools/configure
+++ b/gnattools/configure
@@ -1516,7 +1516,8 @@ test -n "$target_alias" &&
# Test for GNAT.
# We require the gnatbind program, and a compiler driver that
-# understands Ada. We use the user's CC setting, already found.
+# understands Ada. We use the user's CC setting, already found,
+# and possibly add $1 to the command-line parameters.
#
# Sets the shell variable have_gnat to yes or no as appropriate, and
# substitutes GNATBIND and GNATMAKE.
@@ -1535,6 +1536,12 @@ test -n "$target_alias" &&
+
+
+
+
+
+
case ${build_alias} in
"") build_noncanonical=${build} ;;
*) build_noncanonical=${build_alias} ;;
@@ -1597,8 +1604,6 @@ case "${target}" in
| powerpc*-wrs-vxworks \
| sparc*-wrs-vx* \
| *86-wrs-vxworks \
- | xscale*-wrs-vx* \
- | xscale*-wrs-coff \
| mips*-wrs-vx*)
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-vxworks.adb"
;;
diff --git a/gnattools/configure.ac b/gnattools/configure.ac
index 25de22553c8..a9eeaa4ec05 100644
--- a/gnattools/configure.ac
+++ b/gnattools/configure.ac
@@ -80,8 +80,6 @@ case "${target}" in
| powerpc*-wrs-vxworks \
| sparc*-wrs-vx* \
| *86-wrs-vxworks \
- | xscale*-wrs-vx* \
- | xscale*-wrs-coff \
| mips*-wrs-vx*)
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-vxworks.adb"
;;