saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
2015-09-24 16:14:24 +02:00
committed by Hans Wurst
parent 8800d2430c
commit a39d15f5bc
4 changed files with 5 additions and 6 deletions

View File

@@ -2,9 +2,7 @@
## global settings
CC="clang"
BUILD_CC="clang"
CXX="clang++"
BUILD_CXX="clang++"
CFLAGS="-march=core-avx2 -O2 -pipe -Wall -Qunused-arguments -fcolor-diagnostics"
CXXFLAGS="${CFLAGS}"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
@@ -52,3 +50,6 @@ then
fi
[[ -e /etc/paludis/hooks/setup_pkg_env.bash ]] && . /etc/paludis/hooks/setup_pkg_env.bash
BUILD_CC=${CC}
BUILD_CXX=${CXX}