sys-devel/crossdev: bump up to 20190901
authorSergei Trofimovich <slyfox@gentoo.org>
Sun, 1 Sep 2019 17:05:37 +0000 (18:05 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Sun, 1 Sep 2019 17:05:48 +0000 (18:05 +0100)
commit6d3ba8bbca17e9a7cc21c7211491f3848af92e5d
tree2925c8f1f22065b0f7f2f0998830a3bbc4c9f4b8
parent2f63d3eeeebaa1e7335624e23274f07b9f8c0ded
sys-devel/crossdev: bump up to 20190901

Set --without-headers by default

In https://sourceware.org/PR24577 we discovered that riscv
can't really install libc headers as it needs a cross-compiler.

Before this change we had the following default build order:
- cross-binutils
- kernel/libc headers
- stage1 gcc
- glibc
- stage2 gcc

After this change it's:
- cross-binutils
- stage1 gcc
- kernel headers
- glibc
- stage2 gcc

Users can still use old headers installation with '--with-headers' option.

Bug: https://sourceware.org/PR24577
Bug: https://bugs.gentoo.org/692052
Closes: https://bugs.gentoo.org/686248
Package-Manager: Portage-2.3.74, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
sys-devel/crossdev/Manifest
sys-devel/crossdev/crossdev-20190901.ebuild [new file with mode: 0644]