diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-06-17 00:51:16 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-06-17 00:51:16 +0000 |
commit | 04b42ec7e874a89aa668212d51d45e0ed15c0758 (patch) | |
tree | e69fe45c396b682e53c780b4006a6ab99c318772 /config.sub | |
parent | dae00c8a7802934ee78b7ac1d04902b65dc5654e (diff) | |
download | binutils-gdb-04b42ec7e874a89aa668212d51d45e0ed15c0758.tar.gz |
unsanitize v9
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config.sub b/config.sub index e955fe30935..dbd36391e9b 100755 --- a/config.sub +++ b/config.sub @@ -163,14 +163,12 @@ case $basic_machine in ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. -# start-sanitize-v9 sparc64) # CYGNUS LOCAL basic_machine=sparc64-sun os=-elf ;; sparc64-*) # CYGNUS LOCAL ;; -# end-sanitize-v9 mips3-*) # CYGNUS LOCAL basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` @@ -905,10 +903,6 @@ fi # manufacturer. We pick the logical manufacturer. vendor=unknown case $basic_machine in - sparc-sun) - # Strip off Sun's patch-release suffix - os=`echo $os | sed 's/_U1$//'` - ;; *-unknown) case $os in -riscix*) |