summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2022-12-10 19:47:40 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2022-12-10 19:48:12 +0100
commitc2b8b565dd68475b1c249564551d9d5c2b795084 (patch)
treec7dd08c35b8ee218e9a845f2513dcecee7c30755 /profiles/default/linux/arm/23.0/split-usr/musl/armv6j/make.defaults
parentnet-analyzer/wireshark: Stabilize 3.6.9 arm64, #885125 (diff)
downloadgentoo-c2b8b565dd68475b1c249564551d9d5c2b795084.tar.gz
gentoo-c2b8b565dd68475b1c249564551d9d5c2b795084.tar.bz2
gentoo-c2b8b565dd68475b1c249564551d9d5c2b795084.zip
profiles: Add arm 23.0 profiles
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles/default/linux/arm/23.0/split-usr/musl/armv6j/make.defaults')
-rw-r--r--profiles/default/linux/arm/23.0/split-usr/musl/armv6j/make.defaults10
1 files changed, 10 insertions, 0 deletions
diff --git a/profiles/default/linux/arm/23.0/split-usr/musl/armv6j/make.defaults b/profiles/default/linux/arm/23.0/split-usr/musl/armv6j/make.defaults
new file mode 100644
index 000000000000..e110341f12ab
--- /dev/null
+++ b/profiles/default/linux/arm/23.0/split-usr/musl/armv6j/make.defaults
@@ -0,0 +1,10 @@
+# Copyright 1999-2018 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License v2
+
+CHOST="armv6j-unknown-linux-musleabihf"
+CHOST_arm="${CHOST}"
+
+CFLAGS="-O2 -pipe -march=armv6j -mfpu=vfp -mfloat-abi=hard"
+CXXFLAGS="${CFLAGS}"
+FFLAGS="${CFLAGS}"
+FCFLAGS="${CFLAGS}"