From 584997b5284b7fe50e446d81837252f93376a4eb Mon Sep 17 00:00:00 2001 From: Eric Biederman Date: Wed, 25 Jun 2003 11:34:59 +0000 Subject: - Set the default compiler back to gcc ooops git-svn-id: svn://svn.coreboot.org/coreboot/trunk@915 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/romcc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/romcc') 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 -- cgit v1.2.3