buildroot/boot/syslinux
Thomas Petazzoni aa36d80bcb boot/syslinux: fix build of efi part with gnu-efi 3.0.10
The following defconfig:

BR2_x86_i686=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
BR2_TOOLCHAIN_EXTERNAL_URL="http://toolchains.bootlin.com/downloads/releases/toolchains/x86-i686/tarballs/x86-i686--glibc--bleeding-edge-2018.11-1.tar.bz2"
BR2_TOOLCHAIN_EXTERNAL_GCC_8=y
BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_14=y
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC=y
BR2_TOOLCHAIN_EXTERNAL_CXX=y
BR2_INIT_NONE=y
BR2_TARGET_SYSLINUX=y
BR2_TARGET_SYSLINUX_EFI=y

fails to build due to missing setjmp/longjmp definitions, which is a
consequence of a change introduced between gnu-efi 3.0.9 and 3.0.10.

This build failure is fixed by adding another syslinux paytch, which
has been submitted upstream.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 6d5da6d916)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2020-04-08 16:24:07 +02:00
..
0001-bios-Fix-alignment-change-with-gcc-5.patch syslinux: use Git formatted patches 2017-04-05 22:06:06 +02:00
0002-Disable-PIE-to-avoid-FTBFS-on-amd64.patch syslinux: use Git formatted patches 2017-04-05 22:06:06 +02:00
0003-memdisk-Force-ld-output-format-to-32-bits.patch boot/syslinux: renumber patches 2017-08-16 22:53:59 +02:00
0004-utils-Use-the-host-toolchain-to-build.patch boot/syslinux: renumber patches 2017-08-16 22:53:59 +02:00
0005-lzo-Use-the-host-toolchain-for-prepcore.patch boot/syslinux: renumber patches 2017-08-16 22:53:59 +02:00
0006-The-VPrint-definition-is-now-part-of-the-exports-of-.patch boot/syslinux: renumber patches 2017-08-16 22:53:59 +02:00
0007-Update-the-longjump-calls-to-fit-the-new-declaration.patch boot/syslinux: renumber patches 2017-08-16 22:53:59 +02:00
0008-efi-wrapper-build-it-with-the-host-toolchain.patch boot/syslinux: renumber patches 2017-08-16 22:53:59 +02:00
0009-bios-Don-t-try-to-guess-the-sections-alignment.patch boot/syslinux: fix i386 bios build with recent binutils 2017-08-16 22:54:03 +02:00
0010-core-Clean-up-the-i386-bios-build.patch boot/syslinux: fix i386 bios build with recent binutils 2017-08-16 22:54:03 +02:00
0011-extlinux-Use-the-host-toolchain-to-build.patch syslinux: use the host compiler to build extlinux 2018-04-01 17:49:05 +02:00
0012-pull-in-sys-sysmacros-h-for-major-minor-makedev.patch boot/syslinux: fix build with glibc 2.28+ 2018-11-19 22:37:15 +01:00
0013-Fix-build-with-gnu-efi-version-3.0.9.patch boot/syslinux: fix build with EFI support 2019-02-26 13:07:46 +01:00
0014-Fix-build-with-binutils-note-gnu-property-section.patch boot/syslinux: fix build with binutils note gnu property section 2019-04-07 11:54:48 +02:00
0015-efi-main.c-include-efisetjmp.h.patch boot/syslinux: fix build of efi part with gnu-efi 3.0.10 2020-04-08 16:24:07 +02:00
Config.in package/gnu-efi: introduce BR2_PACKAGE_GNU_EFI_ARCH_SUPPORTS option 2019-01-12 17:34:22 +01:00
syslinux.hash boot/syslinux: bump version to 6.03 2015-03-04 23:02:53 +01:00
syslinux.mk boot/*/*.mk: fix code style 2018-04-01 07:54:59 +02:00