Skip to content

Instantly share code, notes, and snippets.

@asilchev
Created May 17, 2012 12:49
Show Gist options
  • Save asilchev/2718692 to your computer and use it in GitHub Desktop.
Save asilchev/2718692 to your computer and use it in GitHub Desktop.
gentoo server flags (intel atom)
# 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.
# ************************
# Intel atom server config
# ************************
CFLAGS="-march=atom -O2 -pipe"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j3"
CHOST="x86_64-pc-linux-gnu"
GENTOO_MIRRORS="http://mirror.yandex.ru/gentoo-distfiles http://xeon.gentoo.ru/mirrors/gentoo/distfiles http://mirror2.corbina.ru/gentoo-distfiles"
SYNC="rsync://rsync.ru.gentoo.org/gentoo-portage"
USE="\
-X aac acpi -accessibility apm bash-completion bzip2 cdda cddb cracklib -cups curl doc \
encode examples ffmpeg -firefox flac ftp gif -gnome -gpm gstreamer -gtk gzip hddtemp iconv -ipv6 \
jabber java java6 jpeg jpeg2k -kde lame latex -libnotify lm_sensors lzma lzo mad matroska mmx \
-mozilla mp3 mp4 mpeg -msql -mssql -mysql -mysqli -ncurses pch png posix postgres -qt4 \
-quicktime samba slang smp sockets sound -spell sqlite sqlite3 sse sse2 sse3 ssl -subversion \
symlink syslog szip taglib tcpd vorbis wavpack win32codecs x264 xine xml xmlrpc xv xvid zlib \
"
ACCEPT_LICENSE="*"
# source /var/lib/layman/make.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment