Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 147155 | Differences between
and this patch

Collapse All | Expand All

(-)a/crossdev (-1 / +8 lines)
Lines 1088-1091 ex_gcc && USE="${GUSE} ${USE}" doemerge ${GPKG} ${GPKG}-extra Link Here
1088
ex_gdb && USE="${DUSE} ${USE}" doemerge ${DPKG}
1088
ex_gdb && USE="${DUSE} ${USE}" doemerge ${DPKG}
1089
ex_insight && doemerge insight
1089
ex_insight && doemerge insight
1090
1090
1091
case ${CTARGET} in
1092
        # avr requires multilib, that provides
1093
        # libgcc for all sub-architectures #378387
1094
        avr*)
1095
                einfo "Setting ${CTARGET} ldscripts symlink (Bug: 147155)" ;
1096
                ln -s /usr/${HCHOST}/${CTARGET}/lib/ldscripts/ /usr/${CTARGET}/lib/;;
1097
esac
1098
1091
exit 0
1099
exit 0
1092
- 

Return to bug 147155