-
Notifications
You must be signed in to change notification settings - Fork 553
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix libunwind putting libraries into
lib64
on ppc64le
- Loading branch information
1 parent
62cdf01
commit 6f6040c
Showing
2 changed files
with
17 additions
and
1 deletion.
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
15 changes: 15 additions & 0 deletions
15
LibUnwind/bundled/patches/libunwind-configure-ppc64le.patch
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,15 @@ | ||
--- a/configure 2019-03-26 03:46:55.540423566 -0400 | ||
+++ b/configure 2019-03-26 03:47:11.765002029 -0400 | ||
@@ -17182,12 +17182,6 @@ | ||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $use_dwarf" >&5 | ||
$as_echo "$use_dwarf" >&6; } | ||
|
||
-if test x$target_arch = xppc64; then | ||
- libdir='${exec_prefix}/lib64' | ||
- { $as_echo "$as_me:${as_lineno-$LINENO}: PowerPC64 detected, lib will be installed ${libdir}" >&5 | ||
-$as_echo "$as_me: PowerPC64 detected, lib will be installed ${libdir}" >&6;}; | ||
- | ||
-fi | ||
|
||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to restrict build to remote support" >&5 | ||
$as_echo_n "checking whether to restrict build to remote support... " >&6; } |