COMMON_FLAGS="-O2 -pipe" CFLAGS="-march=armv8-a+crc -mtune=cortex-a53 -ftree-vectorize -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${COMMON_FLAGS}" FCFLAGS="${COMMON_FLAGS}" FFLAGS="${COMMON_FLAGS}" CPU_FLAGS_ARM="edsp neon thumb vfp vfpv3 vfpv4 vfp-d32 aes sha1 sha2 crc32 v4 v5 v6 v7 v8 thumb2" # WARNING: Changing your CHOST is not something that should be done lightly. # Please consult https://wiki.gentoo.org/wiki/Changing_the_CHOST_variable before changing. CHOST="aarch64-unknown-linux-gnu" PORTDIR="/var/db/repos/gentoo" DISTDIR="/var/cache/distfiles" # This location will change on profile and gcc upgrades: PKGDIR="/var/cache/binpkgs/23.0/gcc-13.x/armv8a" BINPKG_FORMAT="gpkg" # This sets the language of build output to English. # Please keep this setting intact when reporting bugs. LC_MESSAGES=C EMERGE_DEFAULT_OPTS="$EMERGE_DEFAULT_OPTS --exclude app-emulation/qemu" USE="python vim-syntax" ACCEPT_KEYWORDS="~arm64" INPUT_DEVICES="evdev synaptics" FEATURES="buildpkg binpkg-multi-instance" PORTAGE_NICENESS="0" PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}" PORTAGE_IONICE_PRIO="3" PORTAGE_LOGDIR=/var/log/portage/ MAKEOPTS="--jobs 4 --load-average 5" # PORTAGE_BINHOST="http://bloodnoc.org/~roy/BINHOSTS/23.0/gcc-13.x/armv8a" # DISTCC_SSH="ssh" COLLECTD_PLUGINS="cgroups check_uptime cpu cpufreq cpusleep df disk interface load logfile memcached memory mysql nginx ping postgresql python redis rrdtool sensors snmp swap syslog tail thermal uuid uptime users wireless write_syslog write_redis" VIDEO_CARDS="v3d vc4" PERL_FEATURES="ithreads"