]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.sub (oabi): Recognize.
authorCatherine Moore <clm@cygnus.com>
Tue, 2 Feb 1999 18:29:47 +0000 (18:29 +0000)
committerCatherine Moore <clm@gcc.gnu.org>
Tue, 2 Feb 1999 18:29:47 +0000 (13:29 -0500)
        * config.sub (oabi):  Recognize.
        * configure.in (arm-*-oabi):  Handle.

From-SVN: r24976

ChangeLog
config.sub
configure.in

index 3290697b935b6fa673e791eebd7ce486f0a07d4e..02b72b6e1438064a1a9a8bd229b046c50d33f129 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
+        * config.sub (oabi):  Recognize.
+        * configure.in (arm-*-oabi):  Handle.
+
 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
 
        * config.guess: Improve detection of i686 on UnixWare 7.
index 3be49c793974f36a7fe60fd1cec16847ec25488c..f361a6e5d9c07619fae35cd1ef63f2dcc6e90e3e 100755 (executable)
@@ -928,7 +928,7 @@ case $os in
              | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
              | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
              | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \
-             | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
+             | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
              | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
              | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
              | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
index 0c09f4f2c2bb8bbd5bd7276d39a5458518c60ba6..717f0d4d96320292fbc53509f456e7d88dcc2e66 100644 (file)
@@ -578,6 +578,18 @@ case "${target}" in
   arm-*-coff*)
     noconfigdirs="$noconfigdirs target-libgloss"
     ;;
+  arm-*-elf*)
+    noconfigdirs="$noconfigdirs target-libgloss"
+    if [ x${is_cross_compiler} != xno ] ; then
+           target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
+    fi
+    ;;
+  arm-*-oabi*)
+    noconfigdirs="$noconfigdirs target-libgloss"
+    if [ x${is_cross_compiler} != xno ] ; then
+           target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
+    fi
+    ;;
   c4x-*-*)
     noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-librx target-libgloss"
     ;;