Explorar el Código

Don't force gcc 3.2 on the world
-Erik

Eric Andersen hace 22 años
padre
commit
5abd49d92c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Rules.mak

+ 1 - 1
Rules.mak

@@ -25,7 +25,7 @@
 # to something more interesting...  Target architecture is determined
 # to something more interesting...  Target architecture is determined
 # by asking this compiler what arch it compiles stuff for.
 # by asking this compiler what arch it compiles stuff for.
 CROSS=
 CROSS=
-CC = $(CROSS)gcc-3.2
+CC = $(CROSS)gcc
 AR = $(CROSS)ar
 AR = $(CROSS)ar
 LD = $(CROSS)ld
 LD = $(CROSS)ld
 NM = $(CROSS)nm
 NM = $(CROSS)nm