Bug 1577498 - Part 3: Ensure actor and conduit cleanup r=rpl
[gecko.git] / build / build-clang / clang-linux64-aarch64-cross.json
blobdee0f97daf866d1fdcffcb37d5fda286456cdaf0
2     "stages": "3",
3     "build_libcxx": true,
4     "build_type": "Release",
5     "assertions": false,
6     "python_path": "/usr/bin/python2.7",
7     "gcc_dir": "{MOZ_FETCHES_DIR}/gcc",
8     "cc": "{MOZ_FETCHES_DIR}/gcc/bin/gcc",
9     "cxx": "{MOZ_FETCHES_DIR}/gcc/bin/g++",
10     "as": "{MOZ_FETCHES_DIR}/gcc/bin/gcc",
11     "extra_targets": [
12       "aarch64-unknown-linux-gnu"
13     ],
14     "patches": [
15       "static-llvm-symbolizer.patch",
16       "find_symbolizer_linux.patch",
17       "rename_gcov_flush.patch",
18       "android-mangling-error.patch"
19     ]