mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 22:11:39 +02:00
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:
parent
c901ee3cb4
commit
31718996a0
@ -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"
|
||||
|
||||
# Drop this after updating profiles.
|
||||
IUSE+=" crosscompile_opts_headers-only"
|
||||
|
||||
# Here's how the cross-compile logic breaks down ...
|
||||
# CTARGET - machine that will target the binaries
|
||||
# CHOST - machine that will host the binaries
|
||||
|
Loading…
x
Reference in New Issue
Block a user