From 03d06e39d370b79435a139708bad267aa67f9db3 Mon Sep 17 00:00:00 2001 From: hasufell Date: Sun, 23 Aug 2015 18:34:51 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- paludis/bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/paludis/bashrc b/paludis/bashrc index 6f9de1b..51c7c0d 100644 --- a/paludis/bashrc +++ b/paludis/bashrc @@ -1,7 +1,6 @@ # bashrc ## global settings -CHOST="x86_64-pc-linux-gnu" CFLAGS="-march=core-avx2 -O2 -pipe -Wall" CXXFLAGS="${CFLAGS}" LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"