diff options
author | Andreas K. Huettel (dilfridge) <dilfridge@gentoo.org> | 2012-10-25 23:28:59 +0200 |
---|---|---|
committer | Andreas K. Huettel (dilfridge) <dilfridge@gentoo.org> | 2012-10-25 23:28:59 +0200 |
commit | 54a3480efeaafbe864929773ea5880887a721a04 (patch) | |
tree | 83ef86a429247be9a9bb935f618c5b1b2e716cff | |
parent | [app-officeext/texmaths] Not needed anymore (diff) | |
download | dilfridge-54a3480efeaafbe864929773ea5880887a721a04.tar.gz dilfridge-54a3480efeaafbe864929773ea5880887a721a04.tar.bz2 dilfridge-54a3480efeaafbe864929773ea5880887a721a04.zip |
[ur-profile] add sane make.defaults
-rw-r--r-- | profiles/uni-regensburg/make.defaults | 20 |
1 files changed, 20 insertions, 0 deletions
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/" |