From 54a3480efeaafbe864929773ea5880887a721a04 Mon Sep 17 00:00:00 2001 From: "Andreas K. Huettel (dilfridge)" Date: Thu, 25 Oct 2012 23:28:59 +0200 Subject: [ur-profile] add sane make.defaults --- profiles/uni-regensburg/make.defaults | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 profiles/uni-regensburg/make.defaults diff --git a/profiles/uni-regensburg/make.defaults b/profiles/uni-regensburg/make.defaults new file mode 100644 index 0000000..c49ca26 --- /dev/null +++ b/profiles/uni-regensburg/make.defaults @@ -0,0 +1,20 @@ +CFLAGS="-O2 -pipe -march=native" +CXXFLAGS="${CFLAGS}" +FFLAGS="${CFLAGS}" +FCFLAGS="${CFLAGS}" + +# Defaults for X11 +VIDEO_CARDS="nvidia fglrx intel" +INPUT_DEVICES="evdev" + +# use flags +USE="crypt git perl ssl subversion" + +# portage settings +FEATURES="sandbox strict userfetch userpriv usersandbox compress-build-logs" +PORTAGE_NICENESS=10 + +# location settings +LINGUAS="de en" +SYNC="rsync://rsync.de.gentoo.org/gentoo-portage" +GENTOO_MIRRORS="http://ftp.uni-erlangen.de/pub/mirrors/gentoo ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo http://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ http://de-mirror.org/distro/gentoo/ ftp://de-mirror.org/distro/gentoo/ ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo http://ftp.halifax.rwth-aachen.de/gentoo/ ftp://ftp.halifax.rwth-aachen.de/gentoo/ http://ftp.fi.muni.cz/pub/linux/gentoo/" -- cgit v1.2.3-65-gdbad