# Please consult /usr/share/portage/config/make.conf.example for a more # detailed example. COMMON_FLAGS="-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard" CFLAGS="${COMMON_FLAGS}" CXXFLAGS="${COMMON_FLAGS}" FCFLAGS="${COMMON_FLAGS}" FFLAGS="${COMMON_FLAGS}" # 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. # old CHOST="armv7a-hardfloat-linux-gnueabi" CHOST="armv7a-unknown-linux-gnueabihf" USE="wayland -X alsa neon fbcon udev dbus -perl -glamor -gallium -llvm -dri3 -introspection -acl -vala" VIDEO_CARDS="fbdev" #INPUT_DEVICES="libinput" # old directories # PORTDIR="/usr/portage" # DISTDIR="/usr/portage/distfiles" # PKGDIR="/usr/portage/packages" # new defaults # PORTDIR="/var/db/repos/gentoo" # DISTDIR="/var/cache/distfiles" # PKGDIR="/var/cache/packages" PORTDIR_OVERLAY="/var/db/repos/linuxunderground-overlay" # This sets the language of build output to English. # Please keep this setting intact when reporting bugs. LC_MESSAGES=C