diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-05-29 19:21:26 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-05-29 19:21:26 +0000 |
commit | 309c2c53eb49d4f4f21e6a6df670c9f961db662b (patch) | |
tree | 0d3b4e905a0b3debd6f7c241b1a18d8e1dfa5113 /extra/Configs/Config.powerpc | |
parent | caa78fb3fdbd4acd4016e10241dce815483e7d13 (diff) |
Define "NM = $(CROSS)nm" and use $NM and $AR in get-needed-libgcc-objects.sh
in all cases.
Diffstat (limited to 'extra/Configs/Config.powerpc')
-rw-r--r-- | extra/Configs/Config.powerpc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/Configs/Config.powerpc b/extra/Configs/Config.powerpc index 07b2efc5f..703298958 100644 --- a/extra/Configs/Config.powerpc +++ b/extra/Configs/Config.powerpc @@ -39,6 +39,7 @@ CROSS = #powerpc-linux- CC = $(CROSS)gcc AR = $(CROSS)ar LD = $(CROSS)ld +NM = $(CROSS)nm STRIPTOOL = $(CROSS)strip #STRIPTOOL = /bin/true |