From 47544dbdea0f65febede7afe06cfcf108a994b37 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Wed, 5 Sep 2018 23:32:20 +0200 Subject: kexec-tools-klibc: remove unneeded aarch64 patch Remove temporary development leftover (hack). Signed-off-by: Andrea Adami Signed-off-by: Khem Raj --- ...4_purgatory-Makefile-remove-unknown-flags.patch | 51 ---------------------- 1 file changed, 51 deletions(-) delete mode 100644 meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/arm64_purgatory-Makefile-remove-unknown-flags.patch (limited to 'meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc') diff --git a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/arm64_purgatory-Makefile-remove-unknown-flags.patch b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/arm64_purgatory-Makefile-remove-unknown-flags.patch deleted file mode 100644 index f87f4334d7..0000000000 --- a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/arm64_purgatory-Makefile-remove-unknown-flags.patch +++ /dev/null @@ -1,51 +0,0 @@ -From 1ceca8645dbe2780e1b8993c80de772993fe3053 Mon Sep 17 00:00:00 2001 -From: Andrea Adami -Date: Thu, 19 Apr 2018 10:43:34 +0200 -Subject: [PATCH 1/2] purgatory/arm64: Makefile: remove unknown flags for arm64 - -Fix - - | aarch64-oe-linux-musl-ld: unrecognised emulation mode: cmodel=large - | Supported emulations: aarch64linux aarch64elf aarch64elf32 - aarch64elf32b aarch64elfb armelf armelfb aarch64linuxb aarch64linux32 - aarch64linux32b armelfb_linux_eabi armelf_linux_eabi - -Upstream-Status: Inappropriate [klibc specific] -Signed-off-by: Andrea Adami - ---- - purgatory/arch/arm64/Makefile | 20 ++++++++++---------- - 1 file changed, 10 insertions(+), 10 deletions(-) - -diff --git a/purgatory/arch/arm64/Makefile b/purgatory/arch/arm64/Makefile -index 636abea..ddc9461 100644 ---- a/purgatory/arch/arm64/Makefile -+++ b/purgatory/arch/arm64/Makefile -@@ -1,13 +1,13 @@ - --arm64_PURGATORY_EXTRA_CFLAGS = \ -- -mcmodel=large \ -- -fno-PIC \ -- -fno-stack-protector \ -- -fno-asynchronous-unwind-tables \ -- -Wundef \ -- -Werror-implicit-function-declaration \ -- -Wdeclaration-after-statement \ -- -Werror=implicit-int \ -- -Werror=strict-prototypes -+#arm64_PURGATORY_EXTRA_CFLAGS = \ -+# -mcmodel=large \ -+# -fno-PIC \ -+# -fno-stack-protector \ -+# -fno-asynchronous-unwind-tables \ -+# -Wundef \ -+# -Werror-implicit-function-declaration \ -+# -Wdeclaration-after-statement \ -+# -Werror=implicit-int \ -+# -Werror=strict-prototypes - - arm64_PURGATORY_SRCS += \ - purgatory/arch/arm64/entry.S \ --- -2.7.4 - -- cgit v1.2.3-54-g00ecf