diff options
author | Stefan Reinauer <stepan@coreboot.org> | 2011-01-24 21:27:22 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2011-01-24 21:27:22 +0000 |
commit | a5950581975c1dd1736de5c52986d353af680fc3 (patch) | |
tree | 51c6579d36ceabe8ad2e8d58079b023372947bb1 /util | |
parent | 679d38b7a2af32ac82350561810d9ba20b1a9917 (diff) | |
download | coreboot-a5950581975c1dd1736de5c52986d353af680fc3.tar.xz |
If the tool has 64bit issues, we need to find and fix them. No papering over them.
Signed-off-by: Stefan Reinauer <stepan@coreboot.org>
Acked-by: Stefan Reinauer <stepan@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6296 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util')
-rw-r--r-- | util/nvramtool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/nvramtool/Makefile b/util/nvramtool/Makefile index 1bec52bbb2..4ddce0f74c 100644 --- a/util/nvramtool/Makefile +++ b/util/nvramtool/Makefile @@ -24,7 +24,7 @@ CC = gcc STRIP = strip INSTALL = /usr/bin/install PREFIX = /usr/local -CFLAGS = -O2 -g -Wall -W -m32 +CFLAGS = -O2 -g -Wall -W #CFLAGS = -Os -Wall OBJS = cmos_lowlevel.o cmos_ops.o common.o compute_ip_checksum.o \ |