- Error on function prototypes

- Fix a last couple of structure related bugs


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@914 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Eric Biederman
2003-06-25 10:38:10 +00:00
parent 0f28460efb
commit 3a51f3bc5e
3 changed files with 518 additions and 44 deletions

View File

@@ -1,10 +1,10 @@
VERSION:=0.30
RELEASE_DATE:=20 June 2003
VERSION:=0.31
RELEASE_DATE:=25 June 2003
PACKAGE:=romcc
# Move the configuration defines to makefile.conf
CC=gcc
CC=gcc-2.95
CPPFLAGS=-DVERSION='"$(VERSION)"' -DRELEASE_DATE='"$(RELEASE_DATE)"'
CFLAGS= -g -Wall $(CPPFLAGS)
CPROF_FLAGS=-pg -fprofile-arcs
@@ -58,6 +58,7 @@ TESTS=\
simple_test36.c \
simple_test37.c \
simple_test38.c \
simple_test39.c \
raminit_test.c \
raminit_test2.c \
raminit_test3.c \