Ver código fonte

Don't force gcc 3.2 on the world
-Erik

Eric Andersen 21 anos atrás
pai
commit
5abd49d92c
1 arquivos alterados com 1 adições e 1 exclusões
  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