From 544da1ba50d9cbf51a18ca0abf1db66b3baa7460 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Fri, 17 Oct 2025 12:22:00 -0400 Subject: Gentoo desktop --- hosts/iroha/gentoo/env/eix-extra-econf.conf | 3 --- hosts/iroha/gentoo/env/gcc.conf | 3 --- hosts/iroha/gentoo/env/nolto.conf | 6 ++++++ 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 hosts/iroha/gentoo/env/eix-extra-econf.conf delete mode 100644 hosts/iroha/gentoo/env/gcc.conf create mode 100644 hosts/iroha/gentoo/env/nolto.conf (limited to 'hosts/iroha/gentoo/env') diff --git a/hosts/iroha/gentoo/env/eix-extra-econf.conf b/hosts/iroha/gentoo/env/eix-extra-econf.conf deleted file mode 100644 index ffd867b..0000000 --- a/hosts/iroha/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/iroha/gentoo/env/gcc.conf b/hosts/iroha/gentoo/env/gcc.conf deleted file mode 100644 index 1c90660..0000000 --- a/hosts/iroha/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/iroha/gentoo/env/nolto.conf b/hosts/iroha/gentoo/env/nolto.conf new file mode 100644 index 0000000..75ce5d4 --- /dev/null +++ b/hosts/iroha/gentoo/env/nolto.conf @@ -0,0 +1,6 @@ +DISABLE_LTO="-Wno-error=odr -Wno-error=lto-type-mismatch -Wno-error=strict-aliasing -fno-lto" +CFLAGS="${CFLAGS} ${DISABLE_LTO}" +CXXFLAGS="${CXXFLAGS} ${DISABLE_LTO}" +FCFLAGS="${FCFLAGS} ${DISABLE_LTO}" +FFLAGS="${FFLAGS} ${DISABLE_LTO}" +LDFLAGS="${LDFLAGS} ${DISABLE_LTO}" -- cgit v1.2.3-101-g0448