aboutsummaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1998-11-05 23:01:43 +0000
committerNick Clifton <nickc@redhat.com>1998-11-05 23:01:43 +0000
commit3d2014825444cda4bc2b4750ee880c51bdd68926 (patch)
tree665358f0e17d9c805e6c2a2933aa3be93ed6d12e /config.sub
parent290ca45abdf8ab70a209a6c83f84ae601bd34ae4 (diff)
downloadfsf-binutils-gdb-3d2014825444cda4bc2b4750ee880c51bdd68926.zip
fsf-binutils-gdb-3d2014825444cda4bc2b4750ee880c51bdd68926.tar.gz
fsf-binutils-gdb-3d2014825444cda4bc2b4750ee880c51bdd68926.tar.bz2
Build FR30 libraries with -Os.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub5
1 files changed, 2 insertions, 3 deletions
diff --git a/config.sub b/config.sub
index 2d7c067..50bbe18 100755
--- a/config.sub
+++ b/config.sub
@@ -198,12 +198,11 @@ case $basic_machine in
| mips64 | mipsel | mips64el | mips64orion | mips64orionel \
| mipstx39 | mipstx39el \
| sparc | sparclet | sparclite | sparc64 | sparc86x | v850 \
- | c4x \
- | fr30) # CYGNUS LOCAL
+ | c4x)
basic_machine=$basic_machine-unknown
;;
m88110 | m680[012346]0 | m683?2 | m68360 | m5200 | z8k | v70 \
- | h8500 | w65) # CYGNUS LOCAL
+ | h8500 | w65 | fr30) # CYGNUS LOCAL
basic_machine=$basic_machine-unknown
;;
thumb)