Selaa lähdekoodia

The mips config files were broken, and failed to define NM
for some reason...

Eric Andersen 23 vuotta sitten
vanhempi
commit
526c1f393b
2 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 1 0
      extra/Configs/Config.mips
  2. 1 0
      extra/Configs/Config.mipsel

+ 1 - 0
extra/Configs/Config.mips

@@ -37,6 +37,7 @@ CROSS = mips-linux-
 CC = $(CROSS)gcc
 AR = $(CROSS)ar
 LD = $(CROSS)ld
+NM = $(CROSS)nm
 STRIPTOOL = $(CROSS)strip
 #STRIPTOOL = /bin/true
 

+ 1 - 0
extra/Configs/Config.mipsel

@@ -37,6 +37,7 @@ CROSS = mipsel-linux-
 CC = $(CROSS)gcc
 AR = $(CROSS)ar
 LD = $(CROSS)ld
+NM = $(CROSS)nm
 STRIPTOOL = $(CROSS)strip
 #STRIPTOOL = /bin/true