diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-07-10 05:40:19 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-07-10 05:40:19 +0000 |
commit | 526c1f393b75076b9ad7bf53b4adf14f2b6c9e04 (patch) | |
tree | 96ab725ec005a03a14908bf5915f5d1746cfc1b5 /extra/Configs/Config.mipsel | |
parent | 56e94017e2a3db256841e61a608bd10508a5398f (diff) |
The mips config files were broken, and failed to define NM
for some reason...
Diffstat (limited to 'extra/Configs/Config.mipsel')
-rw-r--r-- | extra/Configs/Config.mipsel | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/Configs/Config.mipsel b/extra/Configs/Config.mipsel index a90e7f0c2..acb00142b 100644 --- a/extra/Configs/Config.mipsel +++ b/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 |