User:Jens3/make.conf
From Gentoo Wiki
Jump to:navigation
Jump to:search
FILE
/etc/portage/make.conf
make.conf on my Pi400# 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=native" #COMMON_FLAGS="-O1 -Wall -g -ggdb -pipe -march=native" 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 wiki.gentoo.org/wiki/Changing_the_CHOST_variable before changing. CHOST="aarch64-unknown-linux-gnu" # 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 # libreoffice: offlinehelp pdfimport # xv? # hdri bei imagemagick, wmf # geolocation bei gajim # lz4 bei rsync? # vlc optimisememory kontrollieren USE="alsa apng bluetooth bogofilter brotli cacert cairo cdda cddb codec2 \ cups curl dbus -dvdnav egl elogind encode evdev exif faac \ faad ffmpeg flac gif -gimp gles1 gles2 gstreamer gtk harfbuzz \ hddtemp icu id3tag inotify ithreads jpeg lzma libmpeg2 \ libnotify \ mad matroska midi minizip mp3 mpeg ogg omemo openh264 \ opengl opus pdf perl png postproc pulseaudio rar rtmp samba sftp \ smime snappy sox speech speex spell ssh svg taglib text \ theora threads tiff timidity toolame -tools tremor twolame upnp \ usb vorbis webp x264 x265 xface xml xpm xvid xorg X zeroconf \ zip zstd gpg -addc wavpack bittorrent metalink xmlrpc gtk2 \ gtk3 mikmod openal aalib truetype -manpager verify-sig -gold \ -lto network v4l tk jingle pdfimport -base mod lzo -xa -xvmc kms \ modplug offlinehelp -pam gd -doc sdl hwaccel musicbrainz xv \ 256-color 24-bit-color -profile -binary ghcbootstrap \ postscript xxhash xen gentoo-vm ap fasteap vpx rav1e rubberband gme \ libdrm avif dav1d -jumbo-build" L10N="de en" MAKEOPTS="-j2" ACCEPT_LICENSE="* @EULA" #ACCEPT_LICENSE="* Mojang -@EULA" #FEATURES="userfetch" FEATURES="ccache clean-logs compress-build-logs split-log userfetch" #FEATURES="ccache clean-logs compress-build-logs nostrip split-log userfetch" CCACHE_DIR="/var/cache/ccache" VIDEO_CARDS="fbdev v3d vc4" QEMU_SOFTMMU_TARGETS="aarch64 i386 x86_64" QEMU_USER_TARGETS="i386 x86_64" PORTAGE_ELOG_SYSTEM="save" PORTAGE_ELOG_CLASSES="log warn error" PORTAGE_LOGDIR="/var/log/portage"