saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
hasufell 2015-09-24 16:12:00 +02:00 committed by Hans Wurst
parent 29d186c4f1
commit b7fc0b671e
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
CC=x86_64-pc-linux-gnu-gcc
CXX=x86_64-pc-linux-gnu-g++
BUILD_CC=${CC}
BUILD_CXX=${CXX}
remove-options CFLAGS -Qunused-arguments -fcolor-diagnostics
remove-options CXXFLAGS -Qunused-arguments -fcolor-diagnostics