mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
kexec-tools-klibc: rebase x86-64 patch to remove -mcmodel=large
Patch did not apply after upgrade to latest master. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+7
-5
@@ -19,15 +19,17 @@ Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
|
|||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/purgatory/arch/x86_64/Makefile b/purgatory/arch/x86_64/Makefile
|
diff --git a/purgatory/arch/x86_64/Makefile b/purgatory/arch/x86_64/Makefile
|
||||||
index 7300937..38f0bf3 100644
|
index 7300937..73f6932 100644
|
||||||
--- a/purgatory/arch/x86_64/Makefile
|
--- a/purgatory/arch/x86_64/Makefile
|
||||||
+++ b/purgatory/arch/x86_64/Makefile
|
+++ b/purgatory/arch/x86_64/Makefile
|
||||||
@@ -23,4 +23,4 @@ x86_64_PURGATORY_SRCS += purgatory/arch/i386/console-x86.c
|
@@ -24,5 +24,5 @@ x86_64_PURGATORY_SRCS += purgatory/arch/i386/console-x86.c
|
||||||
x86_64_PURGATORY_SRCS += purgatory/arch/i386/vga.c
|
|
||||||
x86_64_PURGATORY_SRCS += purgatory/arch/i386/pic.c
|
x86_64_PURGATORY_SRCS += purgatory/arch/i386/pic.c
|
||||||
|
|
||||||
-x86_64_PURGATORY_EXTRA_CFLAGS = -mcmodel=large
|
ifeq ($(SUBARCH),64)
|
||||||
+#x86_64_PURGATORY_EXTRA_CFLAGS = -mcmodel=large
|
- x86_64_PURGATORY_EXTRA_CFLAGS = -mcmodel=large
|
||||||
|
+# x86_64_PURGATORY_EXTRA_CFLAGS = -mcmodel=large
|
||||||
|
endif
|
||||||
|
|
||||||
--
|
--
|
||||||
2.7.4
|
2.7.4
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user