- 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:
parent
3a51f3bc5e
commit
584997b528
|
@ -4,7 +4,7 @@ PACKAGE:=romcc
|
||||||
|
|
||||||
|
|
||||||
# Move the configuration defines to makefile.conf
|
# Move the configuration defines to makefile.conf
|
||||||
CC=gcc-2.95
|
CC=gcc
|
||||||
CPPFLAGS=-DVERSION='"$(VERSION)"' -DRELEASE_DATE='"$(RELEASE_DATE)"'
|
CPPFLAGS=-DVERSION='"$(VERSION)"' -DRELEASE_DATE='"$(RELEASE_DATE)"'
|
||||||
CFLAGS= -g -Wall $(CPPFLAGS)
|
CFLAGS= -g -Wall $(CPPFLAGS)
|
||||||
CPROF_FLAGS=-pg -fprofile-arcs
|
CPROF_FLAGS=-pg -fprofile-arcs
|
||||||
|
|
Loading…
Reference in New Issue