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 | |
parent | 1f4915dcb3a2338517fd7e135ef3c8db71931276 (diff) | |
download | gcc-3897b7b7b82991a977369adcc7255befef380850.zip gcc-3897b7b7b82991a977369adcc7255befef380850.tar.gz gcc-3897b7b7b82991a977369adcc7255befef380850.tar.bz2 |
* configure.in (fr30): Fix typo.
From-SVN: r29789
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Sun Oct 3 14:20:22 1999 Jeffrey A Law (law@cygnus.com) + + * configure.in (fr30): Fix typo. + 1999-09-21 Nick Clifton <nickc@cygnus.com> * config.sub: Add fr30 target. diff --git a/configure.in b/configure.in index ae30d39..5b154f5 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:* | :*) |