summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-10-31 20:01:23 +0000
committerEric Andersen <andersen@codepoet.org>2002-10-31 20:01:23 +0000
commit5abd49d92cd09cbe002257bb972f8f962b295e3b (patch)
tree3c0ad438c3459592dab5b24234856e0bdcf60799 /Rules.mak
parent6737908f74ff566748864548cf35bb1da8e64af6 (diff)
Don't force gcc 3.2 on the world
-Erik
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