summaryrefslogtreecommitdiffstats
path: root/build/build-clang/clang-11-linux64-aarch64-cross.json
blob: 1a091815edba78735c425666894465922783c9f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "stages": "4",
    "pgo" : true,
    "build_libcxx": true,
    "build_type": "Release",
    "assertions": false,
    "python_path": "/usr/bin/python2.7",
    "gcc_dir": "{MOZ_FETCHES_DIR}/gcc",
    "cc": "{MOZ_FETCHES_DIR}/gcc/bin/gcc",
    "cxx": "{MOZ_FETCHES_DIR}/gcc/bin/g++",
    "as": "{MOZ_FETCHES_DIR}/gcc/bin/gcc",
    "extra_targets": [
      "aarch64-unknown-linux-gnu"
    ],
    "patches": [
      "static-llvm-symbolizer.patch",
      "find_symbolizer_linux_clang_10.patch",
      "rename_gcov_flush_clang_11.patch",
      "android-mangling-error.patch"
    ]
}