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:
parent
679d38b7a2
commit
a595058197
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue