Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | poco: fix build on AArch 64 BE | Thomas Petazzoni | 2018-07-01 | 1 | -0/+32 |
The build of Poco currently fails on AArch64 BE due to the built-in double-conversion code. This commit adds a patch that adapts an upstream double-conversion fix to the Poco code base. Fixes: http://autobuild.buildroot.net/results/d8d17f3cb669585af592afb5e824088ae82ccbcf/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> |