mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-20 02:02:58 +01:00
Add kexec-tools 2.0.22.
This commit is contained in:
parent
c41d2817e8
commit
bfe7a67acf
7 changed files with 73 additions and 0 deletions
17
sysa/kexec-tools-2.0.22/patches/bad-gcc-arg.patch
Normal file
17
sysa/kexec-tools-2.0.22/patches/bad-gcc-arg.patch
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
|
||||
|
||||
SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
GCC 4 does not recognise -fno-stack-protector.
|
||||
|
||||
--- purgatory/Makefile 2021-06-03 17:03:41.534638295 +1000
|
||||
+++ purgatory/Makefile 2021-06-03 17:03:50.489716136 +1000
|
||||
@@ -49,7 +49,7 @@
|
||||
$($(ARCH)_PURGATORY_EXTRA_CFLAGS) \
|
||||
-Os -fno-builtin -ffreestanding \
|
||||
-fno-zero-initialized-in-bss \
|
||||
- -fno-PIC -fno-PIE -fno-stack-protector
|
||||
+ -fno-PIC -fno-PIE
|
||||
|
||||
$(PURGATORY): CPPFLAGS=$($(ARCH)_PURGATORY_EXTRA_CFLAGS) \
|
||||
-I$(srcdir)/purgatory/include \
|
||||
Loading…
Add table
Add a link
Reference in a new issue