Skip to content

Instantly share code, notes, and snippets.

Avatar

Kerem Caner Ozin keremcozin

View GitHub Profile
@keremcozin
keremcozin / gist:35d2446bbe27d47a9bc22a6c11770998
Last active May 26, 2023 15:20
gentoo-6.3.4-modular-dockerReady.config
View gist:35d2446bbe27d47a9bc22a6c11770998
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.3.4-gentoo Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="x86_64-pc-linux-gnu-gcc (Gentoo 12.2.1_p20230428-r1 p2) 12.2.1 20230428"
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=120201
CONFIG_CLANG_VERSION=0
CONFIG_AS_IS_GNU=y
CONFIG_AS_VERSION=23900
View genkernel.conf
# Configuration file for genkernel
# This file is sourced by genkernel at startup and determines which options
# we will be using to compile our kernel. The order of precidence is simple,
# with the internal settings being least important, configuration file
# settings next, and command line options being most important.
# =========Common Command Line Option Defaults=========
# Install to $BOOTDIR
View make.conf
CHOST="x86_64-pc-linux-gnu"
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
COMMON_FLAGS="-march=native -O2 -pipe"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"
View gentoo-sources-6.1.12-thinlto
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.1.12-gentoo Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="clang version 15.0.7"
CONFIG_GCC_VERSION=0
CONFIG_CC_IS_CLANG=y
CONFIG_CLANG_VERSION=150007
CONFIG_AS_IS_LLVM=y
CONFIG_AS_VERSION=150007