diff options
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/amd64/make.defaults | 2 | ||||
-rw-r--r-- | profiles/base/make.defaults | 14 |
2 files changed, 16 insertions, 0 deletions
diff --git a/profiles/base/amd64/make.defaults b/profiles/base/amd64/make.defaults new file mode 100644 index 0000000..19da33d --- /dev/null +++ b/profiles/base/amd64/make.defaults @@ -0,0 +1,2 @@ +# vim:ft=gentoo-make-conf +CHOST="x86_64-pc-linux-gnu" diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 4a61008..1668270 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -3,3 +3,17 @@ USE="unicode spell ssl ipv6 threads inotify libnotify dbus udev" USE="$USE ncurses readline" USE="$USE curl" USE="$USE zsh-completion" + +CFLAGS="-O2 -pipe -ggdb -fuse-ld=gold" +CXXFLAGS="${CFLAGS}" +FEATURES="nostrip" + +PORTDIR="/usr/portage" +DISTDIR="${PORTDIR}/distfiles" +PKGDIR="${PORTDIR}/packages" + +GENTOO_MIRRORS="rsync://mirror.dkm.cz/gentoo/ rsync://ftp6.linux.cz/pub/linux/gentoo/" +EMERGE_DEFAULT_OPTS="--autounmask-write n" + +RUBY_TARGETS="ruby22 ruby23 ruby24" +PYTHON_TARGETS="python2_7 python3_5 python3_6" |