[coreboot] [commit] r6296 - trunk/util/nvramtool

repository service svn at coreboot.org
Mon Jan 24 22:27:22 CET 2011


Author: stepan
Date: Mon Jan 24 22:27:22 2011
New Revision: 6296
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6296

Log:
If the tool has 64bit issues, we need to find and fix them. No papering over them.

Signed-off-by: Stefan Reinauer <stepan at coreboot.org>
Acked-by: Stefan Reinauer <stepan at coreboot.org>

Modified:
   trunk/util/nvramtool/Makefile

Modified: trunk/util/nvramtool/Makefile
==============================================================================
--- trunk/util/nvramtool/Makefile	Mon Jan 24 22:07:57 2011	(r6295)
+++ trunk/util/nvramtool/Makefile	Mon Jan 24 22:27:22 2011	(r6296)
@@ -24,7 +24,7 @@
 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 \




More information about the coreboot mailing list