diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2019-02-13 09:40:02 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2019-02-14 21:46:22 +0100 |
commit | 2135e869a04e95da2372074884eb3f55fd728352 (patch) | |
tree | 37ec13970245e495dc00386ac70763662a3e769d /package/python-django/python-django.mk | |
parent | 17c7b9337989092ee3659aaa01fb508efd144c16 (diff) | |
download | buildroot-2135e869a04e95da2372074884eb3f55fd728352.tar.gz buildroot-2135e869a04e95da2372074884eb3f55fd728352.zip |
package/efivar: needs host gcc >= 4.8
The efivar code compiled for the host machine uses
__builtin_bswap16(), which is only available starting from gcc 4.8:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52624
So let's add a dependency on host gcc >= 4.8 to efivar and its unique
reverse dependency, efibootmgr.
Fixes:
http://autobuild.buildroot.net/results/48ba906bb6f4dc0c8af43ec11be64f7168dd62fd/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-django/python-django.mk')
0 files changed, 0 insertions, 0 deletions