=== removed file 'functions/fsb_gentoo_set_gcc' --- functions/fsb_gentoo_set_gcc 2013-05-29 10:41:16 +0000 +++ functions/fsb_gentoo_set_gcc 1970-01-01 00:00:00 +0000 @@ -1,4 +0,0 @@ -$build_dir/chroot.sh /bin/bash -l -c ' -eval "$(emerge --info | grep "^CHOST=")" -gcc-config -l | gawk "\$2 ~ /$CHOST-[.0-9]*'$1'$/{print \$2}" | sort -r | head -1 -' === modified file 'functions/fsb_target_gentoo_gcc' --- functions/fsb_target_gentoo_gcc 2013-05-29 10:41:16 +0000 +++ functions/fsb_target_gentoo_gcc 2013-05-22 16:25:36 +0000 @@ -7,4 +7,4 @@ die "unimplemented action: $*" fi fsb_chroot_bash emerge -1u sys-devel/gcc -fsb_gentoo_set_gcc +$build_dir/chroot.sh /bin/bash -l -c "gcc-config \$(gcc-config -l | awk '{p=\$2} END{print p}')" === modified file 'functions/fsb_target_gentoo_system' --- functions/fsb_target_gentoo_system 2013-05-29 10:41:16 +0000 +++ functions/fsb_target_gentoo_system 2013-05-22 16:25:36 +0000 @@ -18,5 +18,4 @@ fi fsb_chroot_bash emerge -n gentoolkit fsb_chroot_bash emerge --depclean -fsb_gentoo_set_gcc # in case the current one was removed fsb_chroot_bash revdep-rebuild