aboutsummaryrefslogtreecommitdiff
path: root/util/romcc
diff options
context:
space:
mode:
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