diff options
author | Kito Cheng <kito.cheng@sifive.com> | 2020-12-01 15:39:09 +0800 |
---|---|---|
committer | Kito Cheng <kito.cheng@sifive.com> | 2020-12-01 15:40:26 +0800 |
commit | 76ab0317cfb3201b9b68db9e8a0ced4f4e9f6cd4 (patch) | |
tree | 762d11d825d598e8d2b18b9133916242abed5bdd /gcc | |
parent | 94358e4770e6e4c52f101f8f74fdc27187fd0050 (diff) | |
download | gcc-76ab0317cfb3201b9b68db9e8a0ced4f4e9f6cd4.zip gcc-76ab0317cfb3201b9b68db9e8a0ced4f4e9f6cd4.tar.gz gcc-76ab0317cfb3201b9b68db9e8a0ced4f4e9f6cd4.tar.bz2 |
RISC-V: Drop some commited accidentally code.
gcc/ChangeLog:
* config.gcc (riscv*-*-*): Drop some commited accidentally code.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config.gcc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index c348596..4808b69 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, |