diff options
author | Jeffrey A Law <law@cygnus.com> | 1999-10-03 20:21:45 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-10-03 14:21:45 -0600 |
commit | 3897b7b7b82991a977369adcc7255befef380850 (patch) | |
tree | 99531b7a7ec24c95ee23e106a42fb42239aefd1d /configure.in | |
parent | 1f4915dcb3a2338517fd7e135ef3c8db71931276 (diff) | |
download | gcc-3897b7b7b82991a977369adcc7255befef380850.tar.gz |
* configure.in (fr30): Fix typo.
From-SVN: r29789
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
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:* | :*) |