From a5950581975c1dd1736de5c52986d353af680fc3 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 24 Jan 2011 21:27:22 +0000 Subject: If the tool has 64bit issues, we need to find and fix them. No papering over them. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6296 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/nvramtool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/nvramtool/Makefile') 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 \ -- cgit v1.2.3