dnsmasq: update to 2.81
[openadk.git] / target / linux / patches / 4.19.99 / arc.patch
blob20810ce64a63a05ba2f0cb7568c79e8050bffed0
1 diff -Nur linux-4.17.1.orig/arch/arc/boot/Makefile linux-4.17.1/arch/arc/boot/Makefile
2 --- linux-4.17.1.orig/arch/arc/boot/Makefile 2018-06-11 22:43:19.000000000 +0200
3 +++ linux-4.17.1/arch/arc/boot/Makefile 2018-06-16 18:28:02.000000000 +0200
4 @@ -7,7 +7,7 @@
6 OBJCOPYFLAGS= -O binary -R .note -R .note.gnu.build-id -R .comment -S
8 -LINUX_START_TEXT = $$(readelf -h vmlinux | \
9 +LINUX_START_TEXT = $$(${CROSS_COMPILE}readelf -h vmlinux | \
10 grep "Entry point address" | grep -o 0x.*)
12 UIMAGE_LOADADDR = $(CONFIG_LINUX_LINK_BASE)