Bug 1903190 - Disable asm/hwcap.h for s390x r=glandium

Differential Revision: https://phabricator.services.mozilla.com/D214112
This commit is contained in:
Kagami Sascha Rosylight 2024-06-19 09:56:08 +00:00
Родитель d471f93ef5
Коммит f0e995340d
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -8,7 +8,9 @@ LOCAL_INCLUDES += [
"/third_party/highway/",
]
if CONFIG["TARGET_CPU"] == "ppc64" and CONFIG["OS_TARGET"] == "Linux":
# CMake has check_include_file() but for now we disable this.
# See bug 1839363 and bug 1903190.
if CONFIG["TARGET_CPU"] in ("ppc64", "s390x") and CONFIG["OS_TARGET"] == "Linux":
DEFINES["TOOLCHAIN_MISS_ASM_HWCAP_H"] = True
SOURCES += [