summaryrefslogtreecommitdiff
path: root/hosts/moyo/gentoo/env
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2026-05-19 22:23:40 -0400
committerAndrew Opalach <andrew@akon.city> 2026-05-19 22:23:40 -0400
commit33567739337783e67167a43557c434accb6fe3a0 (patch)
tree2db5300d10d8d0b5c1fc52622919b5b4ce43e4b6 /hosts/moyo/gentoo/env
parent0848d6c89defb95966deeecd1c61352deccbeaec (diff)
downloaddotfiles-33567739337783e67167a43557c434accb6fe3a0.tar.gz
dotfiles-33567739337783e67167a43557c434accb6fe3a0.tar.bz2
dotfiles-33567739337783e67167a43557c434accb6fe3a0.zip
Small cleanupHEADmaster
Diffstat (limited to 'hosts/moyo/gentoo/env')
-rw-r--r--hosts/moyo/gentoo/env/eix-extra-econf.conf3
-rw-r--r--hosts/moyo/gentoo/env/gcc.conf3
-rw-r--r--hosts/moyo/gentoo/env/notmpfs.conf1
-rw-r--r--hosts/moyo/gentoo/env/single-thread.conf1
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"