diff options
author | Nick Clifton <nickc@redhat.com> | 1998-11-05 23:01:43 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-11-05 23:01:43 +0000 |
commit | 3d2014825444cda4bc2b4750ee880c51bdd68926 (patch) | |
tree | 665358f0e17d9c805e6c2a2933aa3be93ed6d12e /config.sub | |
parent | 290ca45abdf8ab70a209a6c83f84ae601bd34ae4 (diff) | |
download | gdb-3d2014825444cda4bc2b4750ee880c51bdd68926.zip gdb-3d2014825444cda4bc2b4750ee880c51bdd68926.tar.gz gdb-3d2014825444cda4bc2b4750ee880c51bdd68926.tar.bz2 |
Build FR30 libraries with -Os.
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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) |