aboutsummaryrefslogtreecommitdiff
path: root/util/cbfstool/Makefile
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2009-09-14 14:13:13 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2009-09-14 14:13:13 +0000
commit77ee932a22ee321515191e358089028a85fd0fc9 (patch)
treea71547b10bcbf0a8b080b808308e6dc85e5355b2 /util/cbfstool/Makefile
parentb7b56dd8fbe123958e196f396dab5ff3000b68dd (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/Makefile6
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 $@ $^