From 6ba813bf383f479485d1d0e0db51dc00df132fe8 Mon Sep 17 00:00:00 2001 From: Claudiu Zissulescu Date: Mon, 25 Sep 2023 17:02:29 +0300 Subject: Revert "arc: Update ARC's Gnu Assembler backend with ARCv3 ISA." This reverts commit f3d38d7d0b7346515ba603454feeddc58a3fc451. --- gas/configure | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'gas/configure') diff --git a/gas/configure b/gas/configure index b1a06bb..3c80fe5 100755 --- a/gas/configure +++ b/gas/configure @@ -12100,18 +12100,6 @@ cat >>confdefs.h <<_ACEOF _ACEOF ;; - arc64) - # Set for which architecture we compile - -$as_echo "#define TARGET_ARCv3_64 1" >>confdefs.h - - ;; - arc32) - # Set for which architecture we compile - -$as_echo "#define TARGET_ARCv3_32 1" >>confdefs.h - - ;; esac if test ${this_target} = $target ; then @@ -12535,7 +12523,7 @@ $as_echo "#define NDS32_DEFAULT_ZOL_EXT 1" >>confdefs.h $as_echo "$enable_zol_ext" >&6; } ;; - aarch64 | i386 | s390 | sparc | arc) + aarch64 | i386 | s390 | sparc) if test $this_target = $target ; then cat >>confdefs.h <<_ACEOF -- cgit v1.1