aboutsummaryrefslogtreecommitdiff
path: root/configure.in
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 /configure.in
parent290ca45abdf8ab70a209a6c83f84ae601bd34ae4 (diff)
downloadgdb-3d2014825444cda4bc2b4750ee880c51bdd68926.zip
gdb-3d2014825444cda4bc2b4750ee880c51bdd68926.tar.gz
gdb-3d2014825444cda4bc2b4750ee880c51bdd68926.tar.bz2
Build FR30 libraries with -Os.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
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:* | :*)