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

Collapse All | Expand All

(-)/usr/lib/icecc/icecc-create-env (-1 / +1 lines)
Lines 97-103 Link Here
97
97
98
add_file $added_gcc /usr/bin/gcc
98
add_file $added_gcc /usr/bin/gcc
99
add_file $added_gxx /usr/bin/g++
99
add_file $added_gxx /usr/bin/g++
100
add_file /usr/bin/as
100
add_file `$added_gcc -print-prog-name=as` /usr/bin/as
101
101
102
if test "$is_darwin" = 1; then
102
if test "$is_darwin" = 1; then
103
    # add dynamic linker
103
    # add dynamic linker

Return to bug 275756