OSDN Git Service

* config/xtensa/xtensa.c (xtensa_multibss_section_type_flags): Add
[pf3gnuchains/gcc-fork.git] / gcc / config.gcc
index e6b22e7..1c4629b 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"
@@ -1311,7 +1293,7 @@ m68k-*-linux*)            # Motorola m68k's running GNU/Linux
                                # with ELF format using glibc 2
                                # aka the GNU/Linux C library 6.
        tm_file="m68k/m68k.h dbxelf.h elfos.h svr4.h linux.h m68k/linux.h"
-       tm_defines="MOTOROLA USE_GAS LINUX_DEFAULT_ELF"
+       tm_defines="MOTOROLA USE_GAS"
        tmake_file="t-slibgcc-elf-ver t-linux"
        ;;
 m68k-*-rtems*)
@@ -2006,11 +1988,26 @@ strongarm-*-kaos*)
        md_file=arm/arm.md
        extra_modes=arm/arm-modes.def
        ;;
+v850e1-*-*)
+       target_cpu_default="TARGET_CPU_v850e1"
+       tm_file="dbxelf.h elfos.h svr4.h v850/v850.h"
+       tm_p_file=v850/v850-protos.h
+       tmake_file=v850/t-v850e
+       md_file=v850/v850.md
+       out_file=v850/v850.c
+       if test x$stabs = xyes
+       then
+               tm_file="${tm_file} dbx.h"
+       fi
+       use_collect2=no
+       c_target_objs="v850-c.o"
+       cxx_target_objs="v850-c.o"
+       ;;
 v850e-*-*)
        target_cpu_default="TARGET_CPU_v850e"
        tm_file="dbxelf.h elfos.h svr4.h v850/v850.h"
        tm_p_file=v850/v850-protos.h
-       tmake_file=v850/t-v850
+       tmake_file=v850/t-v850e
        md_file=v850/v850.md
        out_file=v850/v850.c
        if test x$stabs = xyes
@@ -2456,7 +2453,7 @@ esac
        v850*-*-*)
                supported_defaults=cpu
                case "x$with_cpu" in
-               x | xv850e)
+               x | xv850e | xv850e1)
                        # OK
                        ;;
                *)