profiles: riscv rv64gc/lp64 remove unnecessary cflags
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Wed, 29 May 2019 21:48:15 +0000 (23:48 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Wed, 29 May 2019 21:49:04 +0000 (23:49 +0200)
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
profiles/arch/riscv/rv64gc/lp64/make.defaults

index e9ab1650b5594b0f37fdde7fa9d8890a1a746c7e..f4b3042683c53975449e149e68e2eff23557b650 100644 (file)
@@ -3,7 +3,7 @@
 
 # RISC-V rv64gc/lp64 no-multilib profile
 
-CFLAGS="-O2 -pipe -march=rv64imac -mabi=lp64"
+CFLAGS="-O2 -pipe"
 CXXFLAGS="${CFLAGS}"
 FFLAGS="${CFLAGS}"
 FCFLAGS="${CFLAGS}"