Skip to content

Commit

Permalink
profiles: add hardened/linux/musl/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
blueness committed Apr 9, 2016
1 parent 8be4450 commit f8608c3
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions profiles/hardened/linux/musl/arm64/eapi
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5
20 changes: 20 additions & 0 deletions profiles/hardened/linux/musl/arm64/make.defaults
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright 1999-2016 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
# $Id$

ARCH="arm64"
ACCEPT_KEYWORDS="${ARCH}"

CHOST="aarch64-gentoo-linux-musl"
CFLAGS="-O2"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"

# Anthony G. Basile <[email protected]> (25 Oct 2015)
# Multilib-related setup, bug #515130
ABI="arm64"
DEFAULT_ABI="arm64"
MULTILIB_ABIS="arm64"
CHOST_arm="${CHOST}"
LIBDIR_arm="lib"
1 change: 1 addition & 0 deletions profiles/hardened/linux/musl/arm64/parent
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
..
6 changes: 6 additions & 0 deletions profiles/hardened/linux/musl/arm64/use.force
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

# Force the flag which corresponds to ARCH.
arm64
6 changes: 6 additions & 0 deletions profiles/hardened/linux/musl/arm64/use.mask
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Copyright 1999-2016 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
# $Id$

# Unmask the flag which corresponds to ARCH.
-arm64
1 change: 1 addition & 0 deletions profiles/profiles.desc
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ amd64 hardened/linux/musl/amd64/x32 exp
arm hardened/linux/arm/armv7a dev
arm hardened/linux/arm/armv6j dev
arm hardened/linux/musl/arm/armv7a exp
arm64 hardened/linux/musl/arm64 exp
ia64 hardened/linux/ia64 dev
mips hardened/linux/musl/mips exp
mips hardened/linux/musl/mips/mipsel exp
Expand Down

0 comments on commit f8608c3

Please sign in to comment.