* configure.in (fr30): Fix typo.

From-SVN: r29789
This commit is contained in:
Jeffrey A Law 1999-10-03 20:21:45 +00:00 committed by Jeff Law
parent 1f4915dcb3
commit 3897b7b7b8
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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:* | :*)