]> Git Repo - binutils.git/blobdiff - config.sub
unsanitize v9
[binutils.git] / config.sub
index e955fe30935e2bea358ae44b4011a055f47a7e70..dbd36391e9bbb660f8c8360f90bb6f8f64a3e549 100755 (executable)
@@ -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*)
This page took 0.022141 seconds and 4 git commands to generate.