Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 516868
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
0
-- a/print-cc.sh
0
++ b/print-cc.sh
Lines 45-48 case "$cc:$systype" in Link Here
45
esac
45
esac
46
46
47
cat warn-auto.sh
47
cat warn-auto.sh
48
echo echo "$cc" "$gccssl" '-c ${1+"$@"}'
48
echo exec "$cc" "$gccssl" '-c ${1+"$@"}'
49
echo exec "$cc" "$gccssl" '-c ${1+"$@"}'
49
-- a/print-ld.sh
50
++ b/print-ld.sh
Lines 3-6 systype="`cat systype`" Link Here
3
3
4
cat warn-auto.sh
4
cat warn-auto.sh
5
echo 'main="$1"; shift'
5
echo 'main="$1"; shift'
6
echo echo "$ld" '-o "$main" "$main".o ${1+"$@"}'
6
echo exec "$ld" '-o "$main" "$main".o ${1+"$@"}'
7
echo exec "$ld" '-o "$main" "$main".o ${1+"$@"}'

Return to bug 516868