From 645f2dd5d97ffbaa80da7fbd776a08a76eb758e3 Mon Sep 17 00:00:00 2001 From: Zheng Bao Date: Tue, 11 Sep 2012 12:10:09 +0800 Subject: nvramtool: Set build flags for FreeBSD Set HOSTCFLAGS as nil to make the nvramtool include the regex.h in system. Otherwise it will include the regex.h in kconfig, which will cause building error in FreeBSD. Change-Id: I95292e23e1716da1260842be9597119a4e26c8ed Signed-off-by: Zheng Bao Signed-off-by: Zheng Bao Reviewed-on: http://review.coreboot.org/1500 Reviewed-by: Anton Kochkov Tested-by: build bot (Jenkins) --- util/nvramtool/Makefile.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'util/nvramtool') diff --git a/util/nvramtool/Makefile.inc b/util/nvramtool/Makefile.inc index 0acda04340..080734c793 100644 --- a/util/nvramtool/Makefile.inc +++ b/util/nvramtool/Makefile.inc @@ -27,6 +27,10 @@ endif ifeq ($(OS_ARCH), NetBSD) NVRAMTOOLLDLFLAGS = -l$(shell uname -p) endif +ifeq ($(OS_ARCH), FreeBSD) +NVRAMTOOLFLAGS += -O2 -g -Wall -W +HOSTCFLAGS = +endif ifeq ($(shell uname -o), Cygwin) NVRAMTOOLFLAGS += -O2 -g -Wall -W -D__GLIBC__ NVRAMTOOLLDFLAGS = -lioperm -- cgit v1.2.3