This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Changes - Replace loongarch64-linux-gnuf64 with loongarch64-linux-gnu. - Remove all loongarch32 multiarch specifiers. * Several reasons for making the changes - "f64" indicates the generic purpose ABI variant. So "gnuf64" seems unnecessary - can be replaced with "gnu". We see a related discussion in llvm [1]. And gnu is adopted by many popular archs [2]. - There is no 32-bit LoongArch chips and operating systems at present and we are not sure whether 32-bit hardware is allowed or necessary to support 64-bit floating-point. So it's better not define the tuples for now. [1]. https://reviews.llvm.org/D135751#3851867 [2]. https://wiki.debian.org/Multiarch/Tuples
- Loading branch information
1 parent
296de4d
commit 55dbaad
Showing
2 changed files
with
10 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters