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
This commit is contained in:
Stefan Reinauer 2011-01-24 21:27:22 +00:00 committed by Stefan Reinauer
parent 679d38b7a2
commit a595058197
1 changed files with 1 additions and 1 deletions

View 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 \