mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
This reverts commit 478d91086b.
Fresh bootstrap fails to build libraries as those need full stage2
compiler:
```
$ crossdev -t x86_64-w64-mingw32 -P -v
* Emerging cross-mingw64-runtime ...
...
configure: error: in `.../mingw-w64-v6.0.0/mingw-w64-libraries/libmangle':
configure: error: C compiler cannot create executables
See `config.log' for more details
```
Disable default USE=libraries.
Reported-by: Rafael Kitover
Bug: https://bugs.gentoo.org/665512
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>