diff mbox series

[cris-decc0,1/9] config.gcc: Remove support for crisv32-*-* and cris-*-linux*.

Message ID 202001220605.00M65LNc017786@ignucius.se.axis.com
State New
Headers show
Series simplification and decc0ration of CRIS port | expand

Commit Message

Hans-Peter Nilsson Jan. 22, 2020, 6:05 a.m. UTC
gcc:
* config.gcc: Remove support for crisv32-*-* and cris-*-linux*.

Or really, move from the obsolete targets section, to
unsupported targets section, and remove crisv32-*-* and
cris-*-linux* from the rest.
---
 gcc/config.gcc | 28 ++--------------------------
 1 file changed, 2 insertions(+), 26 deletions(-)
diff mbox series

Patch

diff --git a/gcc/config.gcc b/gcc/config.gcc
index 5532a7be6ac..f899b149183 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -248,8 +248,6 @@  md_file=
 # Obsolete configurations.
 case ${target} in
   tile*-*-*				\
- | crisv32-*-*				\
- | cris-*-linux*			\
  )
     if test "x$enable_obsolete" != xyes; then
       echo "*** Configuration ${target} is obsolete." >&2
@@ -273,6 +271,8 @@  case ${target} in
  | arm*-*-elf				\
  | arm*-*-linux*			\
  | arm*-*-uclinux*			\
+ | cris-*-linux*			\
+ | crisv32-*-*				\
  | i[34567]86-go32-*			\
  | i[34567]86-*-go32*			\
  | m68k-*-uclinuxoldabi*		\
@@ -365,9 +365,6 @@  bfin*-*)
 bpf-*-*)
 	cpu_type=bpf
 	;;
-crisv32-*)
-	cpu_type=cris
-	;;
 frv*)	cpu_type=frv
 	extra_options="${extra_options} g.opt"
 	;;
@@ -1500,14 +1497,6 @@  cr16-*-elf)
         tmake_file="${tmake_file} cr16/t-cr16 "
         use_collect2=no
         ;;
-crisv32-*-elf | crisv32-*-none)
-	tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
-	tmake_file="cris/t-cris"
-	target_cpu_default=32
-	gas=yes
-	extra_options="${extra_options} cris/elf.opt"
-	use_gcc_stdint=wrap
-	;;
 cris-*-elf | cris-*-none)
 	tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
 	tmake_file="cris/t-cris cris/t-elfmulti"
@@ -1515,19 +1504,6 @@  cris-*-elf | cris-*-none)
 	extra_options="${extra_options} cris/elf.opt"
 	use_gcc_stdint=wrap
 	;;
-crisv32-*-linux* | cris-*-linux*)
-	tm_file="dbxelf.h elfos.h ${tm_file} gnu-user.h linux.h glibc-stdint.h cris/linux.h"
-	tmake_file="${tmake_file} cris/t-cris cris/t-linux"
-	extra_options="${extra_options} cris/linux.opt"
-	case $target in
-	  cris-*-*)
-		target_cpu_default=10
-		;;
-	  crisv32-*-*)
-		target_cpu_default=32
-		;;
-	esac
-	;;
 csky-*-*)
 	if test x${with_endian} != x; then
 	    case ${with_endian} in