Browse Source

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

Eric Andersen 23 năm trước cách đây
mục cha
commit
526c1f393b
2 tập tin đã thay đổi với 2 bổ sung0 xóa
  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