diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-09-14 14:13:13 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-09-14 14:13:13 +0000 |
commit | 77ee932a22ee321515191e358089028a85fd0fc9 (patch) | |
tree | a71547b10bcbf0a8b080b808308e6dc85e5355b2 /util/cbfstool/Makefile | |
parent | b7b56dd8fbe123958e196f396dab5ff3000b68dd (diff) |
Build cbfstool with native data size. Trivial change.
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4631 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/cbfstool/Makefile')
-rw-r--r-- | util/cbfstool/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/cbfstool/Makefile b/util/cbfstool/Makefile index 51b6bad9c1..2170bec2d4 100644 --- a/util/cbfstool/Makefile +++ b/util/cbfstool/Makefile @@ -42,9 +42,9 @@ clean: tags: ctags *.[ch] -CXXFLAGS=-DCOMPACT -m32 -CFLAGS=-m32 -LDFLAGS=-m32 +CXXFLAGS=-DCOMPACT +CFLAGS= +LDFLAGS= $(obj)/cbfstool:$(COMMON) $(HOSTCXX) $(LDFLAGS) -o $@ $^ |