Commit 937c9773 authored by Sven Neumann's avatar Sven Neumann Committed by Peter Korsgaard
Browse files

kexec: update to kexec-tools 2.0.3



Drop kexec-fix-linker-options.patch as this has been fixed upstream.

Signed-off-by: default avatarSven Neumann <s.neumann@raumfeld.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent ba4917f5
Loading
Loading
Loading
Loading
+0 −15
Original line number Diff line number Diff line
Fix compilation with gcc 4.6 by correcting the way that linker options
are passed to gcc.

Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
--- kexec-2.0.2/purgatory/Makefile.orig	2011-09-26 14:16:44.256595912 +0200
+++ kexec-2.0.2/purgatory/Makefile	2011-09-26 14:17:01.606621357 +0200
@@ -56,7 +56,7 @@
 			-I$(srcdir)/include \
 			-I$(shell $(CC) -print-file-name=include)
 $(PURGATORY): LDFLAGS=$($(ARCH)_PURGATORY_EXTRA_CFLAGS)\
-			--no-undefined -nostartfiles -nostdlib -nodefaultlibs \
+			-Wl,-no-undefined -nostartfiles -nostdlib -nodefaultlibs \
 			-e purgatory_start -r
 
 $(PURGATORY): $(PURGATORY_OBJS)
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
# kexec
#
#############################################################
KEXEC_VERSION = 2.0.2
KEXEC_VERSION = 2.0.3
KEXEC_SOURCE = kexec-tools-$(KEXEC_VERSION).tar.bz2
KEXEC_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/kexec