summaryrefslogtreecommitdiff
path: root/profiles/baldeagleos/1.0/linux-gnu/arch/arm64/make.defaults
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/baldeagleos/1.0/linux-gnu/arch/arm64/make.defaults')
-rw-r--r--profiles/baldeagleos/1.0/linux-gnu/arch/arm64/make.defaults33
1 files changed, 33 insertions, 0 deletions
diff --git a/profiles/baldeagleos/1.0/linux-gnu/arch/arm64/make.defaults b/profiles/baldeagleos/1.0/linux-gnu/arch/arm64/make.defaults
new file mode 100644
index 000000000000..b63a4eb3744a
--- /dev/null
+++ b/profiles/baldeagleos/1.0/linux-gnu/arch/arm64/make.defaults
@@ -0,0 +1,33 @@
+# Main ARM64 (Aarch64/ARMv8) profile; endian independent.
+
+ARCH="arm64"
+ACCEPT_KEYWORDS="${ARCH}"
+
+CHOST="aarch64-unknown-linux-gnu"
+CFLAGS="-O2 -pipe"
+CXXFLAGS="${CFLAGS}"
+FFLAGS="${CFLAGS}"
+FCFLAGS="${CFLAGS}"
+
+MULTILIB_ABIS="arm64"
+DEFAULT_ABI="arm64"
+ABI="${DEFAULT_ABI}"
+
+LIBDIR_arm64="lib64"
+
+# Let baselayout create the lib symlink.
+SYMLINK_LIB="yes"
+
+CHOST_arm64="${CHOST}"
+
+# Defaults for video drivers
+VIDEO_CARDS="fbdev"
+
+# Mart Raudsepp <leio@gentoo.org> (2018-06-05)
+# Enable USE=libtirpc by default, to ease dependency resolution during
+# the stabilization of glibc-2.26. Bug 657148
+USE="libtirpc"
+
+# Michał Górny <mgorny@gentoo.org> (2017-03-14)
+# Unhide the ARM-specific USE_EXPANDs.
+USE_EXPAND_HIDDEN="-CPU_FLAGS_ARM"