From: Andreas K. Hüttel Date: Tue, 21 May 2019 18:14:42 +0000 (+0200) Subject: profiles: change -mabi=lp64 CFLAGS so the ISA also doesnt use floats X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=51873838d5f7c2f1e6a412d31d1cc02dc0da26b0;p=gentoo.git profiles: change -mabi=lp64 CFLAGS so the ISA also doesnt use floats Signed-off-by: Andreas K. Hüttel --- diff --git a/profiles/arch/riscv/rv64gc/lp64/make.defaults b/profiles/arch/riscv/rv64gc/lp64/make.defaults index 8c6534c6999a..fd46d5c16886 100644 --- a/profiles/arch/riscv/rv64gc/lp64/make.defaults +++ b/profiles/arch/riscv/rv64gc/lp64/make.defaults @@ -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}"