]> Git Repo - uclibc-ng.git/commitdiff
The mips config files were broken, and failed to define NM
authorEric Andersen <[email protected]>
Wed, 10 Jul 2002 05:40:19 +0000 (05:40 -0000)
committerEric Andersen <[email protected]>
Wed, 10 Jul 2002 05:40:19 +0000 (05:40 -0000)
for some reason...

extra/Configs/Config.mips
extra/Configs/Config.mipsel

index 5b7eb203201cd6612d7a601ed27caaa45df312c9..eac4dd6ad7c7a521c3f24f05c9fc78920736b803 100644 (file)
@@ -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
 
index a90e7f0c2c583df6144ce297155248dec7ae99a3..acb00142b0008565aadea1635a406cd25d7af9f7 100644 (file)
@@ -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
 
This page took 0.026018 seconds and 4 git commands to generate.