diff mbox series

[committed] RISC-V: Drop some commited accidentally code.

Message ID 20201201074236.38702-1-kito.cheng@sifive.com
State New
Headers show
Series [committed] RISC-V: Drop some commited accidentally code. | expand

Commit Message

Kito Cheng Dec. 1, 2020, 7:42 a.m. UTC
gcc/ChangeLog:

	* config.gcc (riscv*-*-*): Drop some commited accidentally code.
---
 gcc/config.gcc | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/gcc/config.gcc b/gcc/config.gcc
index c348596b1ac..4808b698f3a 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -4615,7 +4615,6 @@  case "${target}" in
 			exit 1
 			;;
 		esac
-		with_arch=`${srcdir}/config/riscv/arch-canonicalize ${with_arch}`
 		tm_defines="${tm_defines} TARGET_RISCV_DEFAULT_ARCH=${with_arch}"
 
 		# Make sure --with-abi is valid.  If it was not specified,