Explorar o código

Don't force gcc 3.2 on the world
-Erik

Eric Andersen %!s(int64=23) %!d(string=hai) anos
pai
achega
5abd49d92c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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