-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add libiberty manifest for folly to use
Summary: Add a manifest for libiberty so that folly open source builds pick it up and use the demangler when showing stack traces Reviewed By: dmm-fb Differential Revision: D56679872 fbshipit-source-id: 622090112e19a5dd0d2b58a36dead0ea81e89026
- Loading branch information
1 parent
cce2a9c
commit f4df564
Showing
2 changed files
with
28 additions
and
0 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,27 @@ | ||
[manifest] | ||
name = libiberty | ||
|
||
[rpms] | ||
binutils-devel | ||
binutils | ||
|
||
[debs] | ||
binutils-dev | ||
|
||
[download] | ||
url = https://ftp.gnu.org/gnu/binutils/binutils-2.42.tar.xz | ||
sha256 = f6e4d41fd5fc778b06b7891457b3620da5ecea1006c6a4a41ae998109f85a800 | ||
|
||
[dependencies] | ||
zlib | ||
|
||
[build] | ||
builder = autoconf | ||
subdir = binutils-2.42/libiberty | ||
|
||
# only build the parts needed for demangling | ||
# as we still want to use system linker and assembler etc | ||
[autoconf.args] | ||
--disable-shared | ||
--disable-testsuite | ||
--enable-install-libiberty |