From 6e296653091e0258b5cc49769db48e3b61ecae44 Mon Sep 17 00:00:00 2001 From: Rudolf Marek Date: Mon, 24 Jan 2011 21:05:53 +0000 Subject: Add CFLAGS when compiling resulting executable. It broke 64bit systems, because the rest uses -m32 now. Signed-off-by: Rudolf Marek Acked-by: Rudolf Marek git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6294 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/nvramtool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/nvramtool') diff --git a/util/nvramtool/Makefile b/util/nvramtool/Makefile index 94fa707372..1bec52bbb2 100644 --- a/util/nvramtool/Makefile +++ b/util/nvramtool/Makefile @@ -39,7 +39,7 @@ endif all: dep $(PROGRAM) $(PROGRAM): $(OBJS) - $(CC) -o $(PROGRAM) $(OBJS) $(LDFLAGS) + $(CC) -o $(PROGRAM) $(OBJS) $(LDFLAGS) $(CFLAGS) $(STRIP) $(STRIP_ARGS) $(PROGRAM) clean: -- cgit v1.2.3