-
Notifications
You must be signed in to change notification settings - Fork 744
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bdba6a2
commit abe2e06
Showing
35 changed files
with
580 additions
and
14 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index 913a303..ef5fba9 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -9,7 +9,7 @@ | ||
# PATENTS file, you can obtain it at https://www.aomedia.org/license/patent-license. | ||
# | ||
|
||
-cmake_minimum_required(VERSION 3.16) | ||
+cmake_minimum_required(VERSION 3.13.4) | ||
|
||
if("${CMAKE_CURRENT_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}") | ||
message(WARNING "Building in-source is highly not recommended\n" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
diff --git a/config.guess b/config.guess | ||
index 0bb53ae..c602849 100755 | ||
--- a/config.guess | ||
+++ b/config.guess | ||
@@ -896,6 +896,9 @@ EOF | ||
aarch64:Linux:*:*) | ||
echo ${UNAME_MACHINE}-unknown-linux-${LIBC} | ||
exit ;; | ||
+ loongarch64:Linux:*:*) | ||
+ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} | ||
+ exit ;; | ||
aarch64_be:Linux:*:*) | ||
UNAME_MACHINE=aarch64_be | ||
echo ${UNAME_MACHINE}-unknown-linux-${LIBC} | ||
diff --git a/config.sub b/config.sub | ||
index 3580aaf..f469203 100755 | ||
--- a/config.sub | ||
+++ b/config.sub | ||
@@ -249,6 +249,7 @@ case $basic_machine in | ||
1750a | 580 \ | ||
| a29k \ | ||
| aarch64 | aarch64_be \ | ||
+ | loongarch64 \ | ||
| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | ||
| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | ||
| am33_2.0 \ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
diff --git a/config.guess b/config.guess | ||
index b33c9e8..9f6c9ec 100755 | ||
--- a/config.guess | ||
+++ b/config.guess | ||
@@ -909,6 +909,9 @@ EOF | ||
aarch64:Linux:*:*) | ||
echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" | ||
exit ;; | ||
+ loongarch64:Linux:*:*) | ||
+ echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" | ||
+ exit ;; | ||
aarch64_be:Linux:*:*) | ||
UNAME_MACHINE=aarch64_be | ||
echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" | ||
diff --git a/config.sub b/config.sub | ||
index b51fb8c..b19b219 100755 | ||
--- a/config.sub | ||
+++ b/config.sub | ||
@@ -1156,6 +1156,7 @@ case $cpu-$vendor in | ||
1750a | 580 \ | ||
| a29k \ | ||
| aarch64 | aarch64_be \ | ||
+ | loongarch64 \ | ||
| abacus \ | ||
| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] \ | ||
| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] \ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
diff --git a/config.guess b/config.guess | ||
index a744844..1217273 100755 | ||
--- a/config.guess | ||
+++ b/config.guess | ||
@@ -919,6 +919,9 @@ EOF | ||
UNAME_MACHINE=aarch64_be | ||
echo ${UNAME_MACHINE}-unknown-linux-${LIBC} | ||
exit ;; | ||
+ loongarch64:Linux:*:*) | ||
+ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} | ||
+ exit ;; | ||
alpha:Linux:*:*) | ||
case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in | ||
EV5) UNAME_MACHINE=alphaev5 ;; | ||
diff --git a/config.sub b/config.sub | ||
index 932128b..51adf62 100755 | ||
--- a/config.sub | ||
+++ b/config.sub | ||
@@ -248,6 +248,7 @@ case $basic_machine in | ||
1750a | 580 \ | ||
| a29k \ | ||
| aarch64 | aarch64_be \ | ||
+ | loongarch64 \ | ||
| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | ||
| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | ||
| am33_2.0 \ |
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
Oops, something went wrong.