# Copyright 2014-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Main ARM64 (AArch64/ARMv8) profile; endian independent. ARCH="arm64" ACCEPT_KEYWORDS="arm64" MULTILIB_ABIS="arm64" DEFAULT_ABI="arm64" ABI="${DEFAULT_ABI}" CFLAGS="-O2" CXXFLAGS="${CFLAGS}" FFLAGS="${CFLAGS}" FCFLAGS="${CFLAGS}" LIBDIR_arm64="lib64" # Defaults for video drivers VIDEO_CARDS="fbdev" # Sam James (2025-01-05) # Temporary USE until the global default catches up. dev-lang/ada-bootstrap # starts with sys-devel/gcc:14 so ADA_TARGET needs to be >= that. This # entry can be dropped once the global one is >= gcc_14. ADA_TARGET="gcc_14" # Mart Raudsepp (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 (2017-03-14) # Unhide the ARM-specific USE_EXPANDs. USE_EXPAND_HIDDEN="-CPU_FLAGS_ARM"