summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-fs/fuse: keyword for riscvGöktürk Yüksek2019-10-171-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 RepoMan-Options: --include-arches="riscv" Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* sys-fs/fuse: disable -flto in ~arch ebuilds, bug #663518Sergei Trofimovich2019-07-171-0/+76
Due to https://gcc.gnu.org/PR91186 gcc-9 in -lto mode does not do work parition correctly for symbols introduced with `asm .symver`. That causes linker failures in form of: <artificial>:(.text+0xdafe): undefined reference to `__fuse_read_cmd@' To work it around we filter out -flto flags (already done for masked ebuilds). Bug: https://gcc.gnu.org/PR91186 Closes: https://bugs.gentoo.org/663518 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>