If the tool has 64bit issues, we need to find and fix them. No papering over them.
authorStefan Reinauer <stepan@coreboot.org>
Mon, 24 Jan 2011 21:27:22 +0000 (21:27 +0000)
committerStefan Reinauer <stepan@openbios.org>
Mon, 24 Jan 2011 21:27:22 +0000 (21:27 +0000)
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

util/nvramtool/Makefile

index 1bec52bbb25f294873ded9e0632bf750a443393c..4ddce0f74cf08d98b808d705e2aee637a1d1683c 100644 (file)
@@ -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 \