aboutsummaryrefslogtreecommitdiff
path: root/util/romcc
diff options
context:
space:
mode:
authorEric Biederman <ebiederm@xmission.com>2003-06-25 11:34:59 +0000
committerEric Biederman <ebiederm@xmission.com>2003-06-25 11:34:59 +0000
commit584997b5284b7fe50e446d81837252f93376a4eb (patch)
tree96acbec1d6b83a9cde8764aa82e5a89d9c774c43 /util/romcc
parent3a51f3bc5e59ed45d428ef0e3515032164394aad (diff)
- Set the default compiler back to gcc ooops
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@915 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/romcc')
-rw-r--r--util/romcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/romcc/Makefile b/util/romcc/Makefile
index 4db4177b18..24c146d025 100644
--- a/util/romcc/Makefile
+++ b/util/romcc/Makefile
@@ -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