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>
Wed, 6 Jan 2021 22:38:33 +0000 (22:38 +0000)
commite2fabb48acddf925f794834a2f896fe962ccda0b
tree72072880e96d2fd2724b6405cd111f3b68653ef8
parentbb1e06ab5e23c7d4c5352c25437603b11bbfd34f
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