profiles: change -mabi=lp64 CFLAGS so the ISA also doesnt use floats
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Tue, 21 May 2019 18:14:42 +0000 (20:14 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Tue, 21 May 2019 18:16:28 +0000 (20:16 +0200)
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
profiles/arch/riscv/rv64gc/lp64/make.defaults

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