summaryrefslogtreecommitdiffstats
path: root/support/scripts/scanpypi
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-06-03 16:59:30 +0200
committerPeter Korsgaard <peter@korsgaard.com>2017-06-07 09:27:11 +0200
commit72c77544bad2491c55db6268e464f2c0e63f0adc (patch)
tree5f1e36fddfd2f119f703f69579e792f0df74c3bc /support/scripts/scanpypi
parent1c9b77f380de07efecbf6e445793b1552d8a6006 (diff)
downloadbuildroot-72c77544bad2491c55db6268e464f2c0e63f0adc.tar.gz
buildroot-72c77544bad2491c55db6268e464f2c0e63f0adc.zip
kmod: add patch to fix build failure with old gcc versions
When building with old gcc versions (such as gcc 4.3), the current version of kmod fails with: shared/util.c:52: error: expected identifier or '(' before 'do' shared/util.c:52: error: expected identifier or '(' before 'while' This is due to a use of the internal assert_cc() macro outside of a function, while this macro is defined for old gcc versions in a way that cannot be used outside functions. This wasn't noticed by the autobuilders because we don't have such old target compilers. On the host side, we have some autobuilder instances with such old gcc versions, but host-kmod is only used by the linux package, which is never tested by the autobuilders. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'support/scripts/scanpypi')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud