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 <ste...@coreboot.org>
Acked-by: Stefan Reinauer <ste...@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 \

-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to