Last active
March 6, 2021 00:18
-
-
Save lndl/c11efe5d903979afdf9de66815b9dfa0 to your computer and use it in GitHub Desktop.
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
diff --git a/tool/config.sub b/tool/config.sub | |
index 7cc68ba..cdf06aa 100755 | |
--- a/tool/config.sub | |
+++ b/tool/config.sub | |
@@ -253,7 +253,7 @@ case $basic_machine in | |
| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | |
| am33_2.0 \ | |
| arc | arceb \ | |
- | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \ | |
+ | arm | arm64 | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \ | |
| avr | avr32 \ | |
| be32 | be64 \ | |
| bfin \ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment