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)
committerMike Hommey <glandium@debian.org>
Tue, 17 Nov 2020 21:23:03 +0000 (21:23 +0000)
commita3ceb7c00580275ecf2fb42d02a8abd1d747712c
tree5beda07a7852410ce20d0768e891decf5e281cf0
parent7bacb0c92c45995c416f32fd35b217aa7d3d2e2c
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