profiles: riscv: remove -march from cflags in multilib
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Mon, 6 May 2019 19:55:59 +0000 (21:55 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Mon, 6 May 2019 19:56:34 +0000 (21:56 +0200)
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
profiles/arch/riscv/rv64gc/make.defaults

index 25c252da03bf4cad3c2fd676ab8350be27547114..fc03a0ec87c758161c3df72bea38724808b61b25 100644 (file)
@@ -3,7 +3,7 @@
 
 # RISC-V profile for rv64gc multilib
 
-CFLAGS="-O2 -pipe -march=rv64gc"
+CFLAGS="-O2 -pipe"
 CXXFLAGS="${CFLAGS}"
 FFLAGS="${CFLAGS}"
 FCFLAGS="${CFLAGS}"