summaryrefslogtreecommitdiffstats
path: root/src/usr/errl/parser/makefile
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2013-04-05 14:52:54 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-04-18 09:14:35 -0500
commite51746288cafd570886dd30625f6a74d15ae3835 (patch)
tree7fd8af0c1f24e06b8e8099b104b8546fc29c4631 /src/usr/errl/parser/makefile
parentd463911fd7122d75306f6ea9c042d96e1c3597c6 (diff)
downloadtalos-hostboot-e51746288cafd570886dd30625f6a74d15ae3835.tar.gz
talos-hostboot-e51746288cafd570886dd30625f6a74d15ae3835.zip
Support for new and custom fakeroots.
Change-Id: I94de98109b28434050030af824dd6ca50f7a18dc Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4042 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/errl/parser/makefile')
-rw-r--r--src/usr/errl/parser/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/errl/parser/makefile b/src/usr/errl/parser/makefile
index 3cf63bba6..fe6ba5686 100644
--- a/src/usr/errl/parser/makefile
+++ b/src/usr/errl/parser/makefile
@@ -43,7 +43,7 @@ ERRLPARSE_TARGETS = \
${GENDIR}/plugins/hbfwUdIds.H \
${GENDIR}/plugins/makefile
-CC=i686-mcp6-g++ -m32
+CC=$(HOST_PREFIX)g++ -m32 -static
CFLAGS:=-g -O0 -I $(ROOTPATH)/src/include/usr -I ${GENDIR}
all: GEN_PASS CODE_PASS
OpenPOWER on IntegriCloud