diff options
| author | zhaixiaojuan <zhaixiaojuan@loongson.cn> | 2022-07-07 11:35:08 +0800 |
|---|---|---|
| committer | wangrui <wangrui@loongson.cn> | 2023-04-04 17:05:08 +0800 |
| commit | 10f7ba562a2f84ff2cfc6d5beec795c24c7e15cd (patch) | |
| tree | a06ffa680fe0063d9e42342f9dc10aff2fd1c12d /src | |
| parent | f465bc7874012fdd019d8025861e6dae1e996d5e (diff) | |
| download | rust-10f7ba562a2f84ff2cfc6d5beec795c24c7e15cd.tar.gz rust-10f7ba562a2f84ff2cfc6d5beec795c24c7e15cd.zip | |
Add LLVM target and cputype matching for loongarch64
Diffstat (limited to 'src')
| -rw-r--r-- | src/bootstrap/bootstrap.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/bootstrap.py b/src/bootstrap/bootstrap.py index 013d1ab525b..cd59484398c 100644 --- a/src/bootstrap/bootstrap.py +++ b/src/bootstrap/bootstrap.py @@ -304,6 +304,7 @@ def default_build_triple(verbose): 'i486': 'i686', 'i686': 'i686', 'i786': 'i686', + 'loongarch64': 'loongarch64', 'm68k': 'm68k', 'powerpc': 'powerpc', 'powerpc64': 'powerpc64', |
