aboutsummaryrefslogtreecommitdiff
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
parent290ca45abdf8ab70a209a6c83f84ae601bd34ae4 (diff)
downloadgdb-3d2014825444cda4bc2b4750ee880c51bdd68926.zip
gdb-3d2014825444cda4bc2b4750ee880c51bdd68926.tar.gz
gdb-3d2014825444cda4bc2b4750ee880c51bdd68926.tar.bz2
Build FR30 libraries with -Os.
-rwxr-xr-xconfig.sub5
-rw-r--r--configure.in4
2 files changed, 4 insertions, 5 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)
diff --git a/configure.in b/configure.in
index cdb4d8d..88bb232 100644
--- a/configure.in
+++ b/configure.in
@@ -365,8 +365,8 @@ case "${enable_target_optspace}:${target}" in
yes:*)
target_makefile_frag="${target_makefile_frag} config/mt-ospace"
;;
- # CYGNUS LOCAL d10v, d30v
- :m32r-* | :d10v-* | :d30v-*)
+ # CYGNUS LOCAL d10v, d30v, fr30
+ :m32r-* | :d10v-* | :d30v-* | :fr30-*)
target_makefile_frag="${target_makefile_frag} config/mt-ospace"
;;
no:* | :*)