mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
011383b95d
commit
e874880813
|
|
@ -19,15 +19,17 @@ Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
|
|||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
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
|
||||
+++ b/purgatory/arch/x86_64/Makefile
|
||||
@@ -23,4 +23,4 @@ x86_64_PURGATORY_SRCS += purgatory/arch/i386/console-x86.c
|
||||
x86_64_PURGATORY_SRCS += purgatory/arch/i386/vga.c
|
||||
@@ -24,5 +24,5 @@ x86_64_PURGATORY_SRCS += purgatory/arch/i386/console-x86.c
|
||||
x86_64_PURGATORY_SRCS += purgatory/arch/i386/pic.c
|
||||
|
||||
-x86_64_PURGATORY_EXTRA_CFLAGS = -mcmodel=large
|
||||
+#x86_64_PURGATORY_EXTRA_CFLAGS = -mcmodel=large
|
||||
ifeq ($(SUBARCH),64)
|
||||
- x86_64_PURGATORY_EXTRA_CFLAGS = -mcmodel=large
|
||||
+# x86_64_PURGATORY_EXTRA_CFLAGS = -mcmodel=large
|
||||
endif
|
||||
|
||||
--
|
||||
2.7.4
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user