]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.in (arm-*-coff, [...]): Use a single entry to handle all these.
authorRichard Earnshaw <rearnsha@arm.com>
Sat, 28 Sep 2002 12:19:19 +0000 (12:19 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Sat, 28 Sep 2002 12:19:19 +0000 (12:19 +0000)
* configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
single entry to handle all these.
(arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
libjava on arm-*-elf.

From-SVN: r57612

ChangeLog
configure.in

index 492edef095ca6aea758d4f95a34234254f879fcc..5043bc1661879c4bd20bc3c3810e1cc967b351ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
+
+       * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
+       single entry to handle all these.
+       (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
+       libjava on arm-*-elf.
+
 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
 
        * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
index 1a34976620b56c4094994eeaf945a99de1ddb93d..3041dd4a7c420a4836a466a6f98ccd11fce495cf 100644 (file)
@@ -331,6 +331,12 @@ case "${target}" in
   arc-*-*)
     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
     ;;
+  arm-*-coff | strongarm-*-coff | xscale-*-coff)
+    noconfigdirs="$noconfigdirs ${libgcj}"
+    ;;
+  arm-*-elf* | strongarm-*-elf* | xscale-*-elf*)
+    noconfigdirs="$noconfigdirs target-libffi target-qthreads"
+    ;;
   arm-*-pe*)
     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
     ;;
@@ -346,18 +352,6 @@ case "${target}" in
   thumb-*-oabi)
     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
     ;;
-  strongarm-*-elf)
-    noconfigdirs="$noconfigdirs ${libgcj}"
-    ;;
-  strongarm-*-coff)
-    noconfigdirs="$noconfigdirs ${libgcj}"
-    ;;
-  xscale-*-elf)
-    noconfigdirs="$noconfigdirs target-libffi target-qthreads"
-    ;;
-  xscale-*-coff)
-    noconfigdirs="$noconfigdirs ${libgcj}"
-    ;;
   thumb-*-pe)
     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
     ;;