summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index 3a8dcec56..9ab391546 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -25,7 +25,7 @@
# to something more interesting... Target architecture is determined
# by asking this compiler what arch it compiles stuff for.
CROSS=
-CC = $(CROSS)gcc-3.2
+CC = $(CROSS)gcc
AR = $(CROSS)ar
LD = $(CROSS)ld
NM = $(CROSS)nm