- Set the default compiler back to gcc ooops
authorEric Biederman <ebiederm@xmission.com>
Wed, 25 Jun 2003 11:34:59 +0000 (11:34 +0000)
committerEric Biederman <ebiederm@xmission.com>
Wed, 25 Jun 2003 11:34:59 +0000 (11:34 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@915 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

util/romcc/Makefile

index 4db4177b18b360445d16e35fbbcb01217756f1c8..24c146d025415f441d65f8dabb9d5fa22ae234ff 100644 (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