aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-17 22:20:17 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-17 22:20:39 +0100
commita0ffc952aee4b263c51016f9a11696741c3c6965 (patch)
treee2b628987675044352f2557edbb368431e466ad1
parentetc: Add some possible settings to catalystrc (diff)
downloadcatalyst-a0ffc952aee4b263c51016f9a11696741c3c6965.tar.gz
catalyst-a0ffc952aee4b263c51016f9a11696741c3c6965.tar.bz2
catalyst-a0ffc952aee4b263c51016f9a11696741c3c6965.zip
arch: Add as experiment a first musl subarch (armv7a-hf)
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--arch/arm.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm.toml b/arch/arm.toml
index f28498df..712df346 100644
--- a/arch/arm.toml
+++ b/arch/arm.toml
@@ -46,6 +46,10 @@ CHOST = "armv6j-unknown-linux-gnueabihf"
COMMON_FLAGS = "-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard"
CHOST = "armv7a-unknown-linux-gnueabihf"
+[arm.armv7a_hardfp_musl]
+COMMON_FLAGS = "-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard"
+CHOST = "armv7a-unknown-linux-musleabihf"
+
[arm.armeb]
COMMON_FLAGS = "-O2 -pipe"
CHOST = "armeb-unknown-linux-gnu"