浏览代码

Don't force gcc 3.2 on the world
-Erik

Eric Andersen 21 年之前
父节点
当前提交
5abd49d92c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Rules.mak

+ 1 - 1
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