summaryrefslogtreecommitdiffstats
path: root/src/usr/errl/parser
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2014-11-07 11:30:18 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-11-07 11:53:39 -0600
commit758b9bba11cd3ebfdd3df15a1a2338ddeadb0fdc (patch)
tree2ff86a66f63a16626332fedb29efb20f4b101ad8 /src/usr/errl/parser
parent1864a05ed1b11c302364a4befde57f5adbe231ed (diff)
downloadtalos-hostboot-758b9bba11cd3ebfdd3df15a1a2338ddeadb0fdc.tar.gz
talos-hostboot-758b9bba11cd3ebfdd3df15a1a2338ddeadb0fdc.zip
Remove -m32 calls from op-builds.
Fixes open-power/hostboot#3. Change-Id: I244936b16a4fc6e8ee0e5534a7b88fe431f4b086 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14398 Reviewed-by: Brian Silver <bsilver@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/errl/parser')
-rw-r--r--src/usr/errl/parser/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/errl/parser/makefile b/src/usr/errl/parser/makefile
index 16976271e..7fcd47206 100644
--- a/src/usr/errl/parser/makefile
+++ b/src/usr/errl/parser/makefile
@@ -47,10 +47,10 @@ ERRLPARSE_TARGETS = \
${GENDIR}/plugins/makefile
ifndef OPENPOWER_BUILD
- ERRL_LINK_STATIC = -static
+ ERRL_LINK_STATIC = -m32 -static
endif
-CC=$(HOST_PREFIX)g++ -m32 $(ERRL_LINK_STATIC)
+CC=$(HOST_PREFIX)g++ $(ERRL_LINK_STATIC)
CFLAGS:=-g -O0 -I $(ROOTPATH)/src/include/usr -I ${GENDIR}
all: GEN_PASS CODE_PASS
OpenPOWER on IntegriCloud