summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2019-05-21 20:14:42 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2019-05-21 20:16:28 +0200
commit51873838d5f7c2f1e6a412d31d1cc02dc0da26b0 (patch)
tree175ddd77d744798becdd89273f76e7e2fdbb8589 /profiles/arch
parentsys-kernel/gentoo-sources: Linux patch 4.14.121 (diff)
downloadgentoo-51873838d5f7c2f1e6a412d31d1cc02dc0da26b0.tar.gz
gentoo-51873838d5f7c2f1e6a412d31d1cc02dc0da26b0.tar.bz2
gentoo-51873838d5f7c2f1e6a412d31d1cc02dc0da26b0.zip
profiles: change -mabi=lp64 CFLAGS so the ISA also doesnt use floats
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles/arch')
-rw-r--r--profiles/arch/riscv/rv64gc/lp64/make.defaults2
1 files changed, 1 insertions, 1 deletions
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}"