summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2018-05-22 10:07:48 +0100
committerJames Le Cuirot <chewi@gentoo.org>2018-05-22 10:07:48 +0100
commit11bb91d7ffebae809260fafaeff5528767fd3116 (patch)
tree87af54450a0e9cdc4ef09333832084f5766a931b /profiles/default
parentmail-mta/postfix: bump to 3.2.6 (diff)
downloadgentoo-11bb91d7ffebae809260fafaeff5528767fd3116.tar.gz
gentoo-11bb91d7ffebae809260fafaeff5528767fd3116.tar.bz2
gentoo-11bb91d7ffebae809260fafaeff5528767fd3116.zip
profiles: New default/linux/arm/17.0/musl/armv6j profile
This is based on the equivalent armv7a profile. It is to be maintained by veremitz and proxied by blueness. I have successfully built a stage3 using this profile.
Diffstat (limited to 'profiles/default')
-rw-r--r--profiles/default/linux/arm/17.0/musl/armv6j/eapi1
-rw-r--r--profiles/default/linux/arm/17.0/musl/armv6j/hardened/eapi1
-rw-r--r--profiles/default/linux/arm/17.0/musl/armv6j/hardened/parent2
-rw-r--r--profiles/default/linux/arm/17.0/musl/armv6j/make.defaults10
-rw-r--r--profiles/default/linux/arm/17.0/musl/armv6j/parent1
5 files changed, 15 insertions, 0 deletions
diff --git a/profiles/default/linux/arm/17.0/musl/armv6j/eapi b/profiles/default/linux/arm/17.0/musl/armv6j/eapi
new file mode 100644
index 000000000000..7ed6ff82de6b
--- /dev/null
+++ b/profiles/default/linux/arm/17.0/musl/armv6j/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/default/linux/arm/17.0/musl/armv6j/hardened/eapi b/profiles/default/linux/arm/17.0/musl/armv6j/hardened/eapi
new file mode 100644
index 000000000000..7ed6ff82de6b
--- /dev/null
+++ b/profiles/default/linux/arm/17.0/musl/armv6j/hardened/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/default/linux/arm/17.0/musl/armv6j/hardened/parent b/profiles/default/linux/arm/17.0/musl/armv6j/hardened/parent
new file mode 100644
index 000000000000..3e3d7782bae7
--- /dev/null
+++ b/profiles/default/linux/arm/17.0/musl/armv6j/hardened/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../../features/hardened
diff --git a/profiles/default/linux/arm/17.0/musl/armv6j/make.defaults b/profiles/default/linux/arm/17.0/musl/armv6j/make.defaults
new file mode 100644
index 000000000000..e110341f12ab
--- /dev/null
+++ b/profiles/default/linux/arm/17.0/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}"
diff --git a/profiles/default/linux/arm/17.0/musl/armv6j/parent b/profiles/default/linux/arm/17.0/musl/armv6j/parent
new file mode 100644
index 000000000000..f3229c5b9876
--- /dev/null
+++ b/profiles/default/linux/arm/17.0/musl/armv6j/parent
@@ -0,0 +1 @@
+..