profiles: add new 17.0 arm64 musl profiles
authorAnthony G. Basile <blueness@gentoo.org>
Wed, 10 Apr 2019 20:23:34 +0000 (16:23 -0400)
committerAnthony G. Basile <blueness@gentoo.org>
Wed, 10 Apr 2019 20:24:09 +0000 (16:24 -0400)
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
profiles/default/linux/arm64/17.0/musl/eapi [new file with mode: 0644]
profiles/default/linux/arm64/17.0/musl/hardened/eapi [new file with mode: 0644]
profiles/default/linux/arm64/17.0/musl/hardened/parent [new file with mode: 0644]
profiles/default/linux/arm64/17.0/musl/make.defaults [new file with mode: 0644]
profiles/default/linux/arm64/17.0/musl/parent [new file with mode: 0644]
profiles/features/hardened/arm64/eapi [new file with mode: 0644]
profiles/features/hardened/arm64/make.defaults [new file with mode: 0644]
profiles/features/hardened/arm64/parent [new file with mode: 0644]
profiles/profiles.desc

diff --git a/profiles/default/linux/arm64/17.0/musl/eapi b/profiles/default/linux/arm64/17.0/musl/eapi
new file mode 100644 (file)
index 0000000..7ed6ff8
--- /dev/null
@@ -0,0 +1 @@
+5
diff --git a/profiles/default/linux/arm64/17.0/musl/hardened/eapi b/profiles/default/linux/arm64/17.0/musl/hardened/eapi
new file mode 100644 (file)
index 0000000..7ed6ff8
--- /dev/null
@@ -0,0 +1 @@
+5
diff --git a/profiles/default/linux/arm64/17.0/musl/hardened/parent b/profiles/default/linux/arm64/17.0/musl/hardened/parent
new file mode 100644 (file)
index 0000000..488bf0d
--- /dev/null
@@ -0,0 +1,2 @@
+..
+../../../../../../features/hardened/arm64
diff --git a/profiles/default/linux/arm64/17.0/musl/make.defaults b/profiles/default/linux/arm64/17.0/musl/make.defaults
new file mode 100644 (file)
index 0000000..d9ba618
--- /dev/null
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License v2
+
+ARCH="arm64"
+ACCEPT_KEYWORDS="${ARCH}"
+
+CHOST="aarch64-gentoo-linux-musl"
+CFLAGS="-O2"
+CXXFLAGS="${CFLAGS}"
+FFLAGS="${CFLAGS}"
+FCFLAGS="${CFLAGS}"
+
+# Anthony G. Basile <blueness@gentoo.org> (25 Oct 2015)
+# Multilib-related setup, bug #515130
+ABI="arm64"
+DEFAULT_ABI="arm64"
+MULTILIB_ABIS="arm64"
+CHOST_arm64="${CHOST}"
+LIBDIR_arm64="lib"
+
+# Michał Górny <mgorny@gentoo.org> (14 Mar 2017)
+# Unhide the ARM-specific USE_EXPANDs.
+USE_EXPAND_HIDDEN="-CPU_FLAGS_ARM"
diff --git a/profiles/default/linux/arm64/17.0/musl/parent b/profiles/default/linux/arm64/17.0/musl/parent
new file mode 100644 (file)
index 0000000..a340ae5
--- /dev/null
@@ -0,0 +1,2 @@
+..
+../../../../../features/musl/
diff --git a/profiles/features/hardened/arm64/eapi b/profiles/features/hardened/arm64/eapi
new file mode 100644 (file)
index 0000000..7ed6ff8
--- /dev/null
@@ -0,0 +1 @@
+5
diff --git a/profiles/features/hardened/arm64/make.defaults b/profiles/features/hardened/arm64/make.defaults
new file mode 100644 (file)
index 0000000..bc6776d
--- /dev/null
@@ -0,0 +1,4 @@
+# Copyright 1999-2018 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License v2
+
+USE="pic"
diff --git a/profiles/features/hardened/arm64/parent b/profiles/features/hardened/arm64/parent
new file mode 100644 (file)
index 0000000..f3229c5
--- /dev/null
@@ -0,0 +1 @@
+..
index 26ec3ee66d3bf98b552bb184fa872da923bf880e..ac5b9c93b93b20621fda3fcd7759a34bfa215457 100644 (file)
@@ -340,8 +340,10 @@ arm                default/linux/arm/17.0/musl/armv6j                      exp
 arm            default/linux/arm/17.0/musl/armv6j/hardened             exp
 arm            default/linux/arm/17.0/musl/armv7a                      exp
 arm            default/linux/arm/17.0/musl/armv7a/hardened             exp
-arm64          default/linux/musl/arm64                                exp
-arm64          hardened/linux/musl/arm64                               exp
+arm64          default/linux/musl/arm64                                exp
+arm64          hardened/linux/musl/arm64                               exp
+arm64          default/linux/arm64/17.0/musl                           exp
+arm64          default/linux/arm64/17.0/musl/hardened                  exp
 mips           default/linux/musl/mips                                 exp
 mips           hardened/linux/musl/mips                                exp
 mips           default/linux/musl/mips/mipsel                          exp