mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 02:54:24 +00:00
build: remove the NM
variable
No part of the build system uses the `NM` variable, which is usually used to dump symbol tables from compiled images. This change removes all declarations of it. Change-Id: I796ff365e6a7f97d21678f1c8cf8b59bfbb1ae9c Signed-off-by: Chris Kay <chris.kay@arm.com>
This commit is contained in:
parent
7e38758925
commit
1685b42065
2 changed files with 0 additions and 2 deletions
1
Makefile
1
Makefile
|
@ -106,7 +106,6 @@ AR := ${CROSS_COMPILE}gcc-ar
|
||||||
LINKER := ${CROSS_COMPILE}ld
|
LINKER := ${CROSS_COMPILE}ld
|
||||||
OC := ${CROSS_COMPILE}objcopy
|
OC := ${CROSS_COMPILE}objcopy
|
||||||
OD := ${CROSS_COMPILE}objdump
|
OD := ${CROSS_COMPILE}objdump
|
||||||
NM := ${CROSS_COMPILE}nm
|
|
||||||
DTC := dtc
|
DTC := dtc
|
||||||
|
|
||||||
# Use ${LD}.bfd instead if it exists (as absolute path or together with $PATH).
|
# Use ${LD}.bfd instead if it exists (as absolute path or together with $PATH).
|
||||||
|
|
|
@ -44,7 +44,6 @@ CPP := ${M0_CROSS_COMPILE}gcc -E
|
||||||
AR := ${M0_CROSS_COMPILE}gcc-ar
|
AR := ${M0_CROSS_COMPILE}gcc-ar
|
||||||
OC := ${M0_CROSS_COMPILE}objcopy
|
OC := ${M0_CROSS_COMPILE}objcopy
|
||||||
OD := ${M0_CROSS_COMPILE}objdump
|
OD := ${M0_CROSS_COMPILE}objdump
|
||||||
NM := ${M0_CROSS_COMPILE}nm
|
|
||||||
|
|
||||||
# NOTE: The line continuation '\' is required in the next define otherwise we
|
# NOTE: The line continuation '\' is required in the next define otherwise we
|
||||||
# end up with a line-feed characer at the end of the last c filename.
|
# end up with a line-feed characer at the end of the last c filename.
|
||||||
|
|
Loading…
Add table
Reference in a new issue