- Set the default compiler back to gcc ooops

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@915 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Eric Biederman 2003-06-25 11:34:59 +00:00
parent 3a51f3bc5e
commit 584997b528
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ PACKAGE:=romcc
# Move the configuration defines to makefile.conf
CC=gcc-2.95
CC=gcc
CPPFLAGS=-DVERSION='"$(VERSION)"' -DRELEASE_DATE='"$(RELEASE_DATE)"'
CFLAGS= -g -Wall $(CPPFLAGS)
CPROF_FLAGS=-pg -fprofile-arcs