projects
/
linux-2.6-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4e070c
)
ARC: build: use $(READELF) instead of hard-coded readelf
author
Masahiro Yamada
<masahiroy@kernel.org>
Sat, 21 Nov 2020 19:36:57 +0000
(
04:36
+0900)
committer
Vineet Gupta
<vgupta@synopsys.com>
Wed, 2 Dec 2020 01:24:05 +0000
(17:24 -0800)
The top Makefile defines READELF as the readelf in the cross-toolchains.
Use it rather than the host readelf.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/boot/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/arch/arc/boot/Makefile
b/arch/arc/boot/Makefile
index b3870cc100bf884467b5b0946e1b661db173b9f6..5648748c285f52c46a5fbe8df1d5c8e683cafc88 100644
(file)
--- a/
arch/arc/boot/Makefile
+++ b/
arch/arc/boot/Makefile
@@
-6,7
+6,7
@@
OBJCOPYFLAGS= -O binary -R .note -R .note.gnu.build-id -R .comment -S
-LINUX_START_TEXT = $$(
readelf
-h vmlinux | \
+LINUX_START_TEXT = $$(
$(READELF)
-h vmlinux | \
grep "Entry point address" | grep -o 0x.*)
UIMAGE_LOADADDR = $(CONFIG_LINUX_LINK_BASE)