From 309c2c53eb49d4f4f21e6a6df670c9f961db662b Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 29 May 2001 19:21:26 +0000 Subject: Define "NM = $(CROSS)nm" and use $NM and $AR in get-needed-libgcc-objects.sh in all cases. --- extra/Configs/Config.arm | 1 + 1 file changed, 1 insertion(+) (limited to 'extra/Configs/Config.arm') diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm index 1d5433b3f..603ae7e07 100644 --- a/extra/Configs/Config.arm +++ b/extra/Configs/Config.arm @@ -39,6 +39,7 @@ CROSS = #arm-linux- CC = $(CROSS)gcc AR = $(CROSS)ar LD = $(CROSS)ld +NM = $(CROSS)nm STRIPTOOL = $(CROSS)strip #STRIPTOOL = /bin/true -- cgit v1.2.3