20 lines
883 B
Python
20 lines
883 B
Python
# Mold linker
|
|
MOLD_MAP = {
|
|
"aarch64": {
|
|
"sha": "0c161124747d6ea0dba6f1b8b96d382fd51cad5345252606c9b32cb675d29a1c",
|
|
"url": "https://github.com/rui314/mold/releases/download/v2.37.1/mold-2.37.1-aarch64-linux.tar.gz",
|
|
},
|
|
"x86_64": {
|
|
"sha": "cfdb6e82b5c906840e66304216b1b6e15766e4a7eac03893bbf2b41010f0a927",
|
|
"url": "https://github.com/rui314/mold/releases/download/v2.37.1/mold-2.37.1-x86_64-linux.tar.gz",
|
|
},
|
|
"s390x": {
|
|
"sha": "a452f377a580dbafe4bc2db111b659b7148017958b34f2e46381339aba915cfa",
|
|
"url": "https://github.com/rui314/mold/releases/download/v2.37.1/mold-2.37.1-s390x-linux.tar.gz",
|
|
},
|
|
"ppc64le": {
|
|
"sha": "8fc25480637bd550fb07fa6b4325a90b2e8efa3f4eec9ba5d056017a2837e24d",
|
|
"url": "https://github.com/rui314/mold/releases/download/v2.37.1/mold-2.37.1-ppc64le-linux.tar.gz",
|
|
},
|
|
}
|