summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1999-10-03 20:21:45 +0000
committerJeff Law <law@gcc.gnu.org>1999-10-03 14:21:45 -0600
commit3897b7b7b82991a977369adcc7255befef380850 (patch)
tree99531b7a7ec24c95ee23e106a42fb42239aefd1d /configure.in
parent1f4915dcb3a2338517fd7e135ef3c8db71931276 (diff)
downloadgcc-3897b7b7b82991a977369adcc7255befef380850.tar.gz
* configure.in (fr30): Fix typo.
From-SVN: r29789
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ae30d398194..5b154f58e5a 100644
--- a/configure.in
+++ b/configure.in
@@ -352,7 +352,7 @@ case "${enable_target_optspace}:${target}" in
yes:*)
target_makefile_frag="${target_makefile_frag} config/mt-ospace"
;;
- :m32r-* | fr30-*)
+ :m32r-* | :fr30-*)
target_makefile_frag="${target_makefile_frag} config/mt-ospace"
;;
no:* | :*)