diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/usr/errl/parser/makefile | 4 | 
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 | 

