sys-libs/glibc: Work around old profiles

This should allow the toolchains bootstrap step to succeed without
requiring a profiles sync as part of the upgrade.
This commit is contained in:
David Michael 2018-04-04 14:45:55 -04:00
parent c901ee3cb4
commit 31718996a0

View File

@ -34,6 +34,9 @@ GLIBC_PATCH_EXCLUDE+=" 0005_all_sys-types.h-drop-sys-sysmacros.h-include.patch"
IUSE="audit caps debug gd hardened multilib nscd +rpc selinux systemtap profile suid vanilla headers-only" IUSE="audit caps debug gd hardened multilib nscd +rpc selinux systemtap profile suid vanilla headers-only"
# Drop this after updating profiles.
IUSE+=" crosscompile_opts_headers-only"
# Here's how the cross-compile logic breaks down ... # Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries # CTARGET - machine that will target the binaries
# CHOST - machine that will host the binaries # CHOST - machine that will host the binaries