diff options
| author | 2026-05-19 22:23:40 -0400 | |
|---|---|---|
| committer | 2026-05-19 22:23:40 -0400 | |
| commit | 33567739337783e67167a43557c434accb6fe3a0 (patch) | |
| tree | 2db5300d10d8d0b5c1fc52622919b5b4ce43e4b6 /hosts/moyo/gentoo/env | |
| parent | 0848d6c89defb95966deeecd1c61352deccbeaec (diff) | |
| download | dotfiles-master.tar.gz dotfiles-master.tar.bz2 dotfiles-master.zip | |
Diffstat (limited to 'hosts/moyo/gentoo/env')
| -rw-r--r-- | hosts/moyo/gentoo/env/eix-extra-econf.conf | 3 | ||||
| -rw-r--r-- | hosts/moyo/gentoo/env/gcc.conf | 3 | ||||
| -rw-r--r-- | hosts/moyo/gentoo/env/notmpfs.conf | 1 | ||||
| -rw-r--r-- | hosts/moyo/gentoo/env/single-thread.conf | 1 |
4 files changed, 0 insertions, 8 deletions
diff --git a/hosts/moyo/gentoo/env/eix-extra-econf.conf b/hosts/moyo/gentoo/env/eix-extra-econf.conf deleted file mode 100644 index ffd867b..0000000 --- a/hosts/moyo/gentoo/env/eix-extra-econf.conf +++ /dev/null @@ -1,3 +0,0 @@ -EXTRA_ECONF="--enable-security ---enable-new-dialect ---enable-strong-optimization" diff --git a/hosts/moyo/gentoo/env/gcc.conf b/hosts/moyo/gentoo/env/gcc.conf deleted file mode 100644 index 1c90660..0000000 --- a/hosts/moyo/gentoo/env/gcc.conf +++ /dev/null @@ -1,3 +0,0 @@ -COMMON_FLAGS="-march=native -mtune=native -O2 -fomit-frame-pointer -flto=auto -pipe" -CFLAGS="${COMMON_FLAGS}" -CXXFLAGS="${COMMON_FLAGS}" diff --git a/hosts/moyo/gentoo/env/notmpfs.conf b/hosts/moyo/gentoo/env/notmpfs.conf deleted file mode 100644 index b8a96f4..0000000 --- a/hosts/moyo/gentoo/env/notmpfs.conf +++ /dev/null @@ -1 +0,0 @@ -PORTAGE_TMPDIR="/var/tmp/notmpfs" diff --git a/hosts/moyo/gentoo/env/single-thread.conf b/hosts/moyo/gentoo/env/single-thread.conf deleted file mode 100644 index 1b43095..0000000 --- a/hosts/moyo/gentoo/env/single-thread.conf +++ /dev/null @@ -1 +0,0 @@ -MAKEOPTS="-j1" |