Bug 1650299 - Unify the inclusion of the ICU data file. r?froydnj
authorMike Hommey <mh+mozilla@glandium.org>
Fri, 3 Jul 2020 04:28:39 +0000 (13:28 +0900)
committerRaspbian forward porter <root@raspbian.org>
Thu, 15 Jul 2021 18:26:24 +0000 (19:26 +0100)
commit281647dc79b05a3f12b9d70b20e966181d27c22f
tree6c2c03656cbfe048bed57c9a4bf39d4a299d113d
parent68a63709f185a2dee84843bb5610e4936950f007
Bug 1650299 - Unify the inclusion of the ICU data file. r?froydnj

All the supported compilers support a GNU AS-like syntax, with only a
few details varying. It means we can use a single, simpler, way to
include the ICU data file, instead of 3 different ways, including one
that uses armasm64.exe, possibly wrapped with Wine.

Differential Revision: https://phabricator.services.mozilla.com/D82144

Gbp-Pq: Topic fixes
Gbp-Pq: Name Bug-1650299-Unify-the-inclusion-of-the-ICU-data-file.patch
config/external/icu/data/genicudata.py [deleted file]
config/external/icu/data/icudata.c [new file with mode: 0644]
config/external/icu/data/icudata.s [deleted file]
config/external/icu/data/icudata_gas.S [deleted file]
config/external/icu/data/moz.build
js/moz.configure