* config.gcc: Remove host-specific rewrites of target_alias.
authorNathanael Nerode <neroden@gcc.gnu.org>
Tue, 2 Sep 2003 04:13:25 +0000 (04:13 +0000)
committerNathanael Nerode <neroden@gcc.gnu.org>
Tue, 2 Sep 2003 04:13:25 +0000 (04:13 +0000)
From-SVN: r70991

gcc/ChangeLog
gcc/config.gcc

index d3a1453ae9ae2d58f77605524698d715b739263e..c602313a6400ccc2beecbcc93d032a59b25781cc 100644 (file)
@@ -1,3 +1,7 @@
+2003-09-02  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+       * config.gcc: Remove host-specific rewrites of target_alias.
+
 2003-09-01  Mark Mitchell  <mark@codesourcery.com>
 
        * Makefile.in (genprogs): Fix typo.
index e6b22e7f27f7e59f8536346898a972c51a2f0f0d..9018485be4fd0995a28dae50e9c2186dfa65ebf9 100644 (file)
@@ -562,13 +562,6 @@ alpha64-dec-*vms*)
        tm_file="${tm_file} alpha/vms.h alpha/vms64.h"
        xm_file="alpha/xm-vms.h"
        tmake_file="alpha/t-alpha alpha/t-vms alpha/t-vms64 alpha/t-ieee"
-       # This removes the cpu type and manufacturer components and
-       #  replaces "." with "_" in the operating system version.
-       case $host in *-*-*vms*)
-               target_alias=`echo $host \
-                 | sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'`
-               ;;
-       esac
        prefix=/gnu
        local_prefix=/gnu
        ;;
@@ -576,13 +569,6 @@ alpha*-dec-*vms*)
        tm_file="${tm_file} alpha/vms.h"
        xm_file=alpha/xm-vms.h
        tmake_file="alpha/t-alpha alpha/t-vms alpha/t-ieee"
-       # This removes the cpu type and manufacturer components and
-       #  replaces "." with "_" in the operating system version.
-       case $host in *-*-*vms*)
-               target_alias=`echo $host \
-                 | sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'`
-               ;;
-       esac
        prefix=/gnu
        local_prefix=/gnu
        ;;
@@ -955,10 +941,6 @@ i[34567]86-pc-msdosdjgpp*)
        tmake_file=i386/t-djgpp
        gnu_ld=yes
        gas=yes
-       case $host in *pc-msdosdjgpp*)
-               target_alias=djgpp
-               ;;
-       esac
        ;;
 i[34567]86-moss-msdos* | i[34567]86-*-moss*)
        tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h i386/moss.h"