aboutsummaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-02-08 12:35:29 +0000
committerNick Clifton <nickc@redhat.com>1999-02-08 12:35:29 +0000
commit4733b6df3addb3d460696947eb71576cc03ae9ed (patch)
treee179c59e2fb31694e8b3d5ee3423b928506980f6 /config.sub
parentdd1a4280b2692faeceb3f1fc3f031ad5c7c5483d (diff)
downloadfsf-binutils-gdb-4733b6df3addb3d460696947eb71576cc03ae9ed.zip
fsf-binutils-gdb-4733b6df3addb3d460696947eb71576cc03ae9ed.tar.gz
fsf-binutils-gdb-4733b6df3addb3d460696947eb71576cc03ae9ed.tar.bz2
Add support for strongarm target.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub9
1 files changed, 7 insertions, 2 deletions
diff --git a/config.sub b/config.sub
index 96d28e2..8676e38 100755
--- a/config.sub
+++ b/config.sub
@@ -1,6 +1,6 @@
#! /bin/sh
# Configuration validation subroutine script, version 1.1.
-# Copyright (C) 1991, 92-97, 1998 Free Software Foundation, Inc.
+# Copyright (C) 1991, 92-97, 1998, 1999 Free Software Foundation, Inc.
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
# can handle that machine. It does not imply ALL GNU software can.
@@ -214,6 +214,9 @@ case $basic_machine in
| h8500 | w65 | fr30) # CYGNUS LOCAL
basic_machine=$basic_machine-unknown
;;
+ strongarm) # CYGNUS LOCAL nickc/strongarm
+ basic_machine=$basic_machine-unknown
+ ;;
thumb)
basic_machine=$basic_machine-unknown
;;
@@ -319,6 +322,8 @@ case $basic_machine in
;;
m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | h8500-* | d10v-*) # CYGNUS LOCAL
;;
+ strongarm-*) # CYGNUS LOCAL nickc/strongarm
+ ;;
thumb-*) # CYGNUS LOCAL angela/thumb
;;
# start-sanitize-sky
@@ -1075,7 +1080,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* \
| -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \