diff options
author | Nick Clifton <nickc@redhat.com> | 1999-08-31 09:47:21 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-08-31 09:47:21 +0000 |
commit | afb478e8cd1b94169dabb1da373277e38b27ee6e (patch) | |
tree | 57c360a8f78ec933b51d10b07496aa7a47563f08 | |
parent | bfe5c752f15d646b9ba63defc600ea511dc17703 (diff) | |
download | fsf-binutils-gdb-afb478e8cd1b94169dabb1da373277e38b27ee6e.zip fsf-binutils-gdb-afb478e8cd1b94169dabb1da373277e38b27ee6e.tar.gz fsf-binutils-gdb-afb478e8cd1b94169dabb1da373277e38b27ee6e.tar.bz2 |
Add support for configuring for fr30.
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | config.sub | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +1999-08-31 Nick Clifton <nickc@cygnus.com> + + * config.sub (maybe_os): Add support for configuring for fr30. + 1999-08-27 Nick Clifton <nickc@cygnus.com> * configure.in: Do not configure or build ld for AIX @@ -174,7 +174,7 @@ case $basic_machine in | mips64vr5000 | miprs64vr5000el | mcore \ | m88110 | m680[012346]0 | m683?2 | m68360 | m5200 | z8k | v70 \ | sparc | sparclet | sparclite | sparc64 | sparc86x | sparcv9 \ - | thumb | v850 | c4x | d10v | h8500 | w65) + | thumb | v850 | c4x | d10v | h8500 | w65 | fr30) basic_machine=$basic_machine-unknown ;; # We use `pc' rather than `unknown' @@ -205,7 +205,7 @@ case $basic_machine in | mipstx39-* | mipstx39el-* | mcore-* \ | f301-* | arm*-* | t3e-* \ | m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \ - | thumb-* | v850-* | d30v-* | tic30-* | c30-* ) + | thumb-* | v850-* | d30v-* | tic30-* | c30-* | fr30-* ) ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. |