package/icu: fix double conversion compile for microblaze
authorPeter Seiderer <ps.report@gmx.net>
Thu, 3 Oct 2019 14:58:06 +0000 (16:58 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 5 Oct 2019 21:29:43 +0000 (23:29 +0200)
commit0e9eaf7d570a647133972fbc3cfe300770c31ade
tree534c886c9b1854a5c5ef4f93492b3f5abbe0f59b
parentb993e3295fe7bccfbe8dc25b00558d4ffb174169
package/icu: fix double conversion compile for microblaze

Fixes [1]:

  In file included from double-conversion.h:42:0,
                   from number_decimalquantity.cpp:19:
  double-conversion-utils.h:120:2: error: #error Target architecture was not detected as supported by Double-Conversion.
   #error Target architecture was not detected as supported by Double-Conversion.

Apply the same fix as previously for qt5base ([2], already sent upstream [3],
but seems to be lost while merging [4]).

[1] http://autobuild.buildroot.net/results/24005bc54cbc742decee221fb09bca19ee70502c
[2] https://git.buildroot.net/buildroot/commit/?id=530668ddb709cf27aa6694e00f44cf58af858b0b
[3] https://github.com/google/double-conversion/issues/73
[4] https://github.com/google/double-conversion/commit/768a445f0c28311bf88685bf0bb990505c12fd4c

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/icu/0007-double-conversion-enable-for-microblaze.patch [new file with mode: 0644]