documents

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 09539d5af4947e3dbf112317822b259851a32f94
parent e566e89a5b164605a9faf3a68f5d0742a0187abb
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Sat, 12 Jul 2025 15:58:57 +0900

Add files via upload
Diffstat:
Agentoo/make.conf | 28++++++++++++++++++++++++++++
1 file changed, 28 insertions(+), 0 deletions(-)

diff --git a/gentoo/make.conf b/gentoo/make.conf @@ -0,0 +1,28 @@ +# 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}" + +# 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://ftp.jaist.ac.jp/pub/Linux/Gentoo/ \ + http://repo.jing.rocks/gentoo \ + https://ftp.riken.jp/Linux/gentoo/" + +# FEATURES 変数内の値のリストに getbinpkg を追加してください +FEATURES="${FEATURES} getbinpkg" +# 署名を要求する +FEATURES="${FEATURES} binpkg-request-signature" + +ACCEPT_LICENSE="*" + +USE="module-sign dist-kernel"