You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/patches/sys-devel/gcc-4-default_set.sh

9 lines
246 B

# autoswitch to new gcc
if [[ ${EBUILD_PHASE} == postinst ]]
then
einfo "The current gcc config will be automatically switch to the newly"
einfo "installed gcc version ${GCC_CONFIG_VER}"
gcc-config ${CTARGET}-${GCC_CONFIG_VER} &>/dev/null
fi