Преглед изворни кода

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