=== removed file 'profiles/packages/util-vserver/profile.bashrc' --- profiles/packages/util-vserver/profile.bashrc 2015-04-20 16:00:16 +0000 +++ profiles/packages/util-vserver/profile.bashrc 1970-01-01 00:00:00 +0000 @@ -1,9 +0,0 @@ -# dev-libs/dietlibc doesn't build with hardened gcc, workaround that -if [[ "$PN" == dietlibc ]]; then - ___vanilla_gcc_spec_file=$(gcc-config -c | sed 's|-gnu-|-gnu/|; s|.*|/usr/lib/gcc/&/vanilla.specs|') - if [[ -e "$___vanilla_gcc_spec_file" ]]; then - einfo "forcing vanilla gcc profile for dietlibc" - export GCC_SPECS="$___vanilla_gcc_spec_file" - fi - unset ___vanilla_gcc_spec_file -fi