coreos/config: Drop unnecessary fix for perl

We just updated dev-lang/perl to a version that contains the fix.
This commit is contained in:
Krzesimir Nowak 2022-04-04 22:10:01 +02:00
parent 4c8cd9ffe6
commit d458f790fd

View File

@ -1,5 +0,0 @@
if [[ ${EBUILD_PHASE} == configure ]]; then
if tc-is-cross-compiler; then
append-cflags "-fwrapv -fno-strict-aliasing"
fi
fi