summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76515c1c18b1..02381b0340b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,12 +20,6 @@ validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93' # Tristan Gingold <gin
prepare() {
cd binutils-$pkgver
-
- #hack - Having CPPFLAGS defined makes the build barf. Workaround it like this:
- _cppflags=$CPPFLAGS
- CFLAGS="$_cppflags $CFLAGS"
- CXXFLAGS="$CFLAGS"
- unset CPPFLAGS
}
build() {