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.
This also updates libffi to 3.1, because previous version is causing compilation errors in glib. Signed-off-by: Jan Stancek <[email protected]>
- Loading branch information
Showing
9 changed files
with
146 additions
and
53 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
diff --git a/config.guess b/config.guess | ||
index d622a44..c171a4a 100755 | ||
--- a/config.guess | ||
+++ b/config.guess | ||
@@ -972,6 +972,9 @@ EOF | ||
ppc64:Linux:*:*) | ||
echo powerpc64-unknown-linux-gnu | ||
exit ;; | ||
+ ppc64le:Linux:*:*) | ||
+ echo powerpc64le-unknown-linux-gnu | ||
+ exit ;; | ||
ppc:Linux:*:*) | ||
echo powerpc-unknown-linux-gnu | ||
exit ;; |
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,14 @@ | ||
diff --git a/build/autoconf/config.guess b/build/autoconf/config.guess | ||
index 6ea3454..1784b76 100755 | ||
--- a/build/autoconf/config.guess | ||
+++ b/build/autoconf/config.guess | ||
@@ -973,6 +973,9 @@ EOF | ||
ppc64:Linux:*:*) | ||
echo powerpc64-unknown-linux-gnu | ||
exit ;; | ||
+ ppc64le:Linux:*:*) | ||
+ echo powerpc64le-unknown-linux-gnu | ||
+ exit ;; | ||
ppc:Linux:*:*) | ||
echo powerpc-unknown-linux-gnu | ||
exit ;; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
diff --git a/configure b/configure | ||
index a05785e..838cd2f 100755 | ||
--- a/configure | ||
+++ b/configure | ||
@@ -18792,11 +18792,11 @@ if test "x$GCC" = "xyes"; then | ||
toolexecdir='$(libdir)/gcc-lib/$(target_alias)' | ||
toolexeclibdir='$(libdir)' | ||
fi | ||
- multi_os_directory=`$CC $CFLAGS -print-multi-os-directory` | ||
- case $multi_os_directory in | ||
- .) ;; # Avoid trailing /. | ||
- ../*) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;; | ||
- esac | ||
+# multi_os_directory=`$CC $CFLAGS -print-multi-os-directory` | ||
+# case $multi_os_directory in | ||
+# .) ;; # Avoid trailing /. | ||
+# ../*) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;; | ||
+# esac | ||
|
||
else | ||
toolexeclibdir='$(libdir)' | ||
diff --git a/configure.ac b/configure.ac | ||
index d3b8b99..a303ae4 100644 | ||
--- a/configure.ac | ||
+++ b/configure.ac | ||
@@ -596,11 +596,11 @@ if test "x$GCC" = "xyes"; then | ||
toolexecdir='$(libdir)/gcc-lib/$(target_alias)' | ||
toolexeclibdir='$(libdir)' | ||
fi | ||
- multi_os_directory=`$CC $CFLAGS -print-multi-os-directory` | ||
- case $multi_os_directory in | ||
- .) ;; # Avoid trailing /. | ||
- ../*) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;; | ||
- esac | ||
+# multi_os_directory=`$CC $CFLAGS -print-multi-os-directory` | ||
+# case $multi_os_directory in | ||
+# .) ;; # Avoid trailing /. | ||
+# ../*) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;; | ||
+# esac | ||
AC_SUBST(toolexecdir) | ||
else | ||
toolexeclibdir='$(libdir)' |
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,14 @@ | ||
diff --git a/config.guess b/config.guess | ||
index c0adba9..f589b5f 100755 | ||
--- a/config.guess | ||
+++ b/config.guess | ||
@@ -972,6 +972,9 @@ EOF | ||
ppc64:Linux:*:*) | ||
echo powerpc64-unknown-linux-gnu | ||
exit ;; | ||
+ ppc64le:Linux:*:*) | ||
+ echo powerpc64le-unknown-linux-gnu | ||
+ exit ;; | ||
ppc:Linux:*:*) | ||
echo powerpc-unknown-linux-gnu | ||
exit ;; |
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,14 @@ | ||
diff --git a/config.guess b/config.guess | ||
index d622a44..c171a4a 100755 | ||
--- a/config.guess | ||
+++ b/config.guess | ||
@@ -972,6 +972,9 @@ EOF | ||
ppc64:Linux:*:*) | ||
echo powerpc64-unknown-linux-gnu | ||
exit ;; | ||
+ ppc64le:Linux:*:*) | ||
+ echo powerpc64le-unknown-linux-gnu | ||
+ exit ;; | ||
ppc:Linux:*:*) | ||
echo powerpc-unknown-linux-gnu | ||
exit ;; |
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,14 @@ | ||
diff --git a/config.guess b/config.guess | ||
index d622a44..c171a4a 100755 | ||
--- a/config.guess | ||
+++ b/config.guess | ||
@@ -972,6 +972,9 @@ EOF | ||
ppc64:Linux:*:*) | ||
echo powerpc64-unknown-linux-gnu | ||
exit ;; | ||
+ ppc64le:Linux:*:*) | ||
+ echo powerpc64le-unknown-linux-gnu | ||
+ exit ;; | ||
ppc:Linux:*:*) | ||
echo powerpc-unknown-linux-gnu | ||
exit ;; |
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,14 @@ | ||
diff --git a/build-aux/config.guess b/build-aux/config.guess | ||
index d622a44..1e5d46f 100755 | ||
--- a/build-aux/config.guess | ||
+++ b/build-aux/config.guess | ||
@@ -975,6 +975,9 @@ EOF | ||
ppc:Linux:*:*) | ||
echo powerpc-unknown-linux-gnu | ||
exit ;; | ||
+ ppc64le:Linux:*:*) | ||
+ echo powerpc64le-unknown-linux-gnu | ||
+ exit ;; | ||
s390:Linux:*:* | s390x:Linux:*:*) | ||
echo ${UNAME_MACHINE}-ibm-linux | ||
exit ;; |