summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-libs/libunwind: add -fcommon workaround for gcc-10, bug #Sergei Trofimovich2020-02-121-2/+6
| | | | | | | | | | | The source fix is not trivial as it's not clear where global shloud be defined: in common or per-arch files. Use -fcommon downstream and leave proper fix to upstream ticket. Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/706560 Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/libunwind: arm stable wrt bug #702306Mikle Kolyada2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* sys-libs/libunwind: stable 1.2.1-r3 for hppa, bug #702306Rolf Eike Beer2019-12-221-1/+1
| | | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/libunwind: ppc stable wrt bug #702306Agostino Sarubbo2019-12-101-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/libunwind: ppc64 stable wrt bug #702306Agostino Sarubbo2019-12-101-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/libunwind: x86 stable wrt bug #702306Agostino Sarubbo2019-12-101-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/libunwind: arm64 stable (bug #702306)Aaron Bauman2019-12-091-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.81, Repoman-2.3.20
* sys-libs/libunwind: stable 1.2.1-r3 for ia64, bug #702306Sergei Trofimovich2019-12-091-1/+1
| | | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/libunwind: amd64 stable wrt bug #702306Agostino Sarubbo2019-12-091-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libunwind: unkeyword riscvGöktürk Yüksek2019-10-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | There doesn't seem to be any official support for RISC-V yet. The build fails with: checking for ELF helper width... configure: error: Unknown ELF target: riscv64 The git HEAD (commit a36ec8cfdb8764e4f8bf6b16a149a60ea6ad038d) doesn't seem to provide support for RISC-V either: AC_MSG_CHECKING([for ELF helper width]) case "${target_arch}" in (arm|hppa|ppc32|x86|sh) use_elf32=yes; AC_MSG_RESULT([32]);; (aarch64|ia64|ppc64|x86_64|s390x|tilegx) use_elf64=yes; AC_MSG_RESULT([64]);; (mips) use_elfxx=yes; AC_MSG_RESULT([xx]);; *) AC_MSG_ERROR([Unknown ELF target: ${target_arch}]) esac This reverts commit 9037f242c1d5941a57612f6b617cc74b761e6896. Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* sys-libs/libunwind: Add ~riscv keywordMikle Kolyada2019-05-051-1/+1
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* sys-libs/libunwind: add multilib use deps, bug #676204Sergei Trofimovich2019-01-251-0/+105
Hamlet noticed that sys-libs/libunwind does state it's use dependencies against non-default ABIs. Reported-by: Hamlet Closes: https://bugs.gentoo.org/676204 Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>