forked from p3ck/restraint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I7c9d422d7a5353b74633f23b23ab28e304134197 Signed-off-by: Martin Styk <[email protected]>
- Loading branch information
1 parent
945a328
commit f1a16ed
Showing
13 changed files
with
192 additions
and
187 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
diff --git build-aux/config.guess build-aux/config.guess | ||
index d622a44e..67c9c11d 100755 | ||
--- a/build-aux/config.guess | ||
+++ b/build-aux/config.guess | ||
@@ -975,6 +975,12 @@ EOF | ||
ppc:Linux:*:*) | ||
echo powerpc-unknown-linux-gnu | ||
exit ;; | ||
+ ppc64le:Linux:*:*) | ||
+ echo powerpc64le-unknown-linux-gnu | ||
+ exit ;; | ||
+ ppcle:Linux:*:*) | ||
+ echo powerpcle-unknown-linux-gnu | ||
+ exit ;; | ||
s390:Linux:*:* | s390x:Linux:*:*) | ||
echo ${UNAME_MACHINE}-ibm-linux | ||
exit ;; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.