From 50dc2ef4f29a686e1338e9d5ae2e8e21ab6ae7d0 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 6 Aug 2014 02:42:38 +0000 Subject: [PATCH] extra/llvm to 3.4.2-1.1, fixes #938 --- extra/llvm/PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/extra/llvm/PKGBUILD b/extra/llvm/PKGBUILD index 464a44c03..31489581d 100644 --- a/extra/llvm/PKGBUILD +++ b/extra/llvm/PKGBUILD @@ -10,13 +10,13 @@ # Contributor: Gerardo Exequiel Pozzi # ALARM: Kevin Mihelich -# - unset CPPFLAGS, use -O0 to fix ARM ICE +# - remove when bumped upstream pkgname=('llvm' 'llvm-libs' 'llvm-ocaml' 'clang' 'clang-analyzer' 'clang-tools-extra') pkgver=3.4.2 _base_ver=3.4 -pkgrel=1 +pkgrel=1.1 arch=('i686' 'x86_64') url="http://llvm.org/" license=('custom:University of Illinois/NCSA Open Source License') @@ -82,9 +82,6 @@ prepare() { build() { cd "$srcdir/llvm-$pkgver" - unset CPPFLAGS - CFLAGS=`echo $CFLAGS | sed -e 's/-O2/-O0/'` && CXXFLAGS="$CFLAGS" - # Apply strip option to configure _optimized_switch="enable" [[ $(check_option strip) == n ]] && _optimized_switch="disable"