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, 5 Oct 2021 21:18:02 +0000 (22:18 +0100)
commita7cc7844dfc80a9511f66172d532d35cf8c92a7c
tree8ce3ebfb23547bbff2782faa507c279f917105ff
parentce65003ce33ba0d418298b09615f2aa0467e8d16
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