]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
boot/syslinux: disable syslinux legacy-BIOS for broken toolchains
authorRomain Naour <romain.naour@smile.fr>
Tue, 4 Jul 2017 12:01:10 +0000 (14:01 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 19 Jul 2017 12:48:51 +0000 (14:48 +0200)
commitb24a205b9fbe3dbeeb8688af7ff1785a58bf14e8
tree3ce28fb7fe29f85ad4dee0077538e56f4c309ee1
parentd1b1e2b5bd50d07632f969d0cd523235e06b18db
boot/syslinux: disable syslinux legacy-BIOS for broken toolchains

Since [1] syslinux is built with the target toolchain in order to
properly build with gnu-efi package. But toolchains built with
binutils 2.26 break the syslinux legacy-BIOS build as reported at [2],
due to binutils bug #19615.

Thanks to Benoît Allard for the investigation and the link to the
binutils bug [3].

[1] 6e432d5ecb46959f3c27dbbca48e41512bb40a70
[2] http://lists.busybox.net/pipermail/buildroot/2017-July/196253.html
[3] https://sourceware.org/bugzilla/show_bug.cgi?id=19615

Signed-off-by: Romain Naour <romain.naour@smile.fr>
Cc: Benoît Allard <benoit.allard@greenbone.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
(cherry picked from commit 42638a1d124faa287bb0ae4e5a5c23df585736d7)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
boot/syslinux/Config.in