Skip to content

Instantly share code, notes, and snippets.

@hanetzer
Created October 8, 2019 08:42
Show Gist options
  • Save hanetzer/f27af5c4366206491912bb5df37de302 to your computer and use it in GitHub Desktop.
Save hanetzer/f27af5c4366206491912bb5df37de302 to your computer and use it in GitHub Desktop.
stdin
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
COMMON_FLAGS="-O2 -pipe -march=znver1"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"
# NOTE: This stage was built with the bindist Use flag enabled
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
# This sets the language of build output to English.
# Please keep this setting intact when reporting bugs.
LC_MESSAGES=C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment