summaryrefslogtreecommitdiff
path: root/profiles/hardened/linux/musl/arm64
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/hardened/linux/musl/arm64')
-rw-r--r--profiles/hardened/linux/musl/arm64/make.defaults23
-rw-r--r--profiles/hardened/linux/musl/arm64/package.use.force7
-rw-r--r--profiles/hardened/linux/musl/arm64/parent1
-rw-r--r--profiles/hardened/linux/musl/arm64/use.force5
-rw-r--r--profiles/hardened/linux/musl/arm64/use.mask5
5 files changed, 1 insertions, 40 deletions
diff --git a/profiles/hardened/linux/musl/arm64/make.defaults b/profiles/hardened/linux/musl/arm64/make.defaults
deleted file mode 100644
index d9ba618fa184..000000000000
--- a/profiles/hardened/linux/musl/arm64/make.defaults
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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/hardened/linux/musl/arm64/package.use.force b/profiles/hardened/linux/musl/arm64/package.use.force
deleted file mode 100644
index d90dd06eaf22..000000000000
--- a/profiles/hardened/linux/musl/arm64/package.use.force
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Michał Górny <mgorny@gentoo.org> (24 Sep 2016)
-# Force the host target to avoid dependency hell
-sys-devel/clang llvm_targets_AArch64
-sys-devel/llvm llvm_targets_AArch64
diff --git a/profiles/hardened/linux/musl/arm64/parent b/profiles/hardened/linux/musl/arm64/parent
index f3229c5b9876..f687b3f5f7c4 100644
--- a/profiles/hardened/linux/musl/arm64/parent
+++ b/profiles/hardened/linux/musl/arm64/parent
@@ -1 +1,2 @@
+../../../../default/linux/musl/arm64
..
diff --git a/profiles/hardened/linux/musl/arm64/use.force b/profiles/hardened/linux/musl/arm64/use.force
deleted file mode 100644
index 1fa2eca30677..000000000000
--- a/profiles/hardened/linux/musl/arm64/use.force
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Force the flag which corresponds to ARCH.
-arm64
diff --git a/profiles/hardened/linux/musl/arm64/use.mask b/profiles/hardened/linux/musl/arm64/use.mask
deleted file mode 100644
index 04a2bed3cacf..000000000000
--- a/profiles/hardened/linux/musl/arm64/use.mask
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-
-# Unmask the flag which corresponds to ARCH.
--arm64