diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2015-02-06 13:02:23 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-02-06 13:30:21 +0100 |
commit | 35bf4f3913fe21c5d47b982454b4487b8c71d816 (patch) | |
tree | d6e8eff64d66f3546fd8b7d7beddb905d28abd8f /package/qt5/qt5base/0005-qdrawhelper.cpp-Fix-build-on-mips-without-dsp-support.patch | |
parent | 1fe41593a97bc9d7baaed790aa91bbc7916d3a99 (diff) | |
download | buildroot-35bf4f3913fe21c5d47b982454b4487b8c71d816.tar.gz buildroot-35bf4f3913fe21c5d47b982454b4487b8c71d816.zip |
qemu: correct kernel headers check when major numbers differ
commit f7add51c39 (qemu: add host/target Linux version check) added a
version check between the host kernel version and the version of kernel
headers used by the toolchain, but the logic would fail unless BOTH major
and minor versions were >=, which isn't true for E.G. host kernel = 3.2 and
toolchain 2.6.x.
Instead calculate a single version number (as major << 8 + minor) and
compare that.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/qt5/qt5base/0005-qdrawhelper.cpp-Fix-build-on-mips-without-dsp-support.patch')
0 files changed, 0 insertions, 0 deletions