From 758b9bba11cd3ebfdd3df15a1a2338ddeadb0fdc Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Fri, 7 Nov 2014 11:30:18 -0600 Subject: 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 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III --- src/usr/errl/parser/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3