Add xscale-elf and xscale-coff targets.
authorNick Clifton <nickc@redhat.com>
Sat, 25 Nov 2000 00:28:09 +0000 (00:28 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Sat, 25 Nov 2000 00:28:09 +0000 (00:28 +0000)
Add xscale-elf and xscale-coff targets.  (Only supported in binutils at the
moment).

From-SVN: r37725

ChangeLog
configure.in

index 85ed2ca..96e4a6e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-11-24  Nick Clifton  <nickc@redhat.com>
+
+       * configure.in (xscale-elf): Add target.
+       (xscale-coff): Add target.
+
 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
 
         * ltcf-cxx.sh: Support creation of C++ shared libraries on
index e1bad89..21c15ad 100644 (file)
@@ -675,6 +675,18 @@ case "${target}" in
           target_configdirs="${target_configdirs} target-bsp target-cygmon"
     fi
     ;;
+  xscale-*-elf)
+    noconfigdirs="$noconfigdirs target-libgloss target-libffi"
+    if [ x${is_cross_compiler} != xno ] ; then
+          target_configdirs="${target_configdirs} target-bsp target-cygmon"
+    fi
+    ;;
+  xscale-*-coff)
+    noconfigdirs="$noconfigdirs target-libgloss target-libffi"
+    if [ x${is_cross_compiler} != xno ] ; then
+          target_configdirs="${target_configdirs} target-bsp target-cygmon"
+    fi
+    ;;
   thumb-*-pe)
     noconfigdirs="$noconfigdirs target-libgloss target-libffi"
     ;;