aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2012-12-15 16:40:37 +0800
committerAndrew Hsieh <andrewhsieh@google.com>2012-12-15 16:40:37 +0800
commit7fe9b270f1b1f0feccee11937216be5fabe94950 (patch)
treef6b20206a3fdd75fa34e81540dafa2ce94b997c2
parentdc45268b598c3ba3dc12ceee516ea83b37b929c7 (diff)
downloadbuild-7fe9b270f1b1f0feccee11937216be5fabe94950.tar.gz
Fix 64-bit build of GCC 4.6/4.7 with graphite support
Remove hardcoded "-m32" from ppl errornously introduced in the previous commit Change-Id: Ie81122be828be78c64cd076269f904bb82b2d5f7
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index d96f042..a838857 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -675,8 +675,8 @@ stmp-config-host-ppl: config.status stmp-install-host-gmp
mkdir ${PPL_VERSION}) && \
($(canadian_env) \
cd ${PPL_VERSION} ; \
- export CFLAGS="${CFLAGS} -m32 -I$(GMP_DIR)/include" ; \
- export CXXFLAGS="${CFLAGS} -m32 -I$(GMP_DIR)/include" ; \
+ export CFLAGS="${CFLAGS} -I$(GMP_DIR)/include" ; \
+ export CXXFLAGS="${CFLAGS} -I$(GMP_DIR)/include" ; \
$(call find-package-srcdir, ${PPL_VERSION})/configure \
$(PPL_CONFIG_ARGS)) && \
$(STAMP) $@