infra/gentoo/make.conf

21 lines
680 B
Plaintext
Raw Normal View History

2024-07-20 12:47:53 +01:00
# 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"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"
FEATURES="getbinpkg binpkg-request-signature"
# NOTE: This stage was built with the bindist Use flag enabled
# This sets the language of build output to English.
# Please keep this setting intact when reporting bugs.
LC_MESSAGES=C.utf8
GENTOO_MIRRORS="https://tux.rainside.sk/gentoo/ \
ftp://tux.rainside.sk/gentoo/"
USE="dist-kernel"
ACCEPT_KEYWORDS="~amd64"