summaryrefslogtreecommitdiffstats
path: root/docs/website
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2015-08-18 08:56:42 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-08-18 21:06:20 +0200
commit932442e7a30e6d2e08c1ba8cb1d4c1cf7464926c (patch)
tree3ea380cf3d0f05f27b2fba147647f2511b1b0388 /docs/website
parent4c551f459470056740f824c6bec491d2ca2945ec (diff)
downloadbuildroot-932442e7a30e6d2e08c1ba8cb1d4c1cf7464926c.tar.gz
buildroot-932442e7a30e6d2e08c1ba8cb1d4c1cf7464926c.zip
ola: Add patch to fix linking issue
This patch fixes this autobuild failure: http://autobuild.buildroot.net/results/e14/e14e1700d4fe359c56be57587bdb509e002e5753/build-end.log The problem is caused by the -fvisibility-inlines-hidden switch. Removing the switch is probably the least intrusive way we can make the problem go away. The first solution that was considered was to move the definition of the offending method to the .cpp file. However, with other combinations of compilers and platforms, I suppose it could happen with other methods as well. Removing the switch ensures we catch them all. Built-tested with the config from the build bot, as well as with all OLA options/plugins enabled. Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/website')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud