Lines Matching refs:linker
7 if [ x$1 = x--make-linker-script ]
10 linker=./link-$program
16 echo "rm -f $program" > $linker
17 gmake -n $program >> $linker
18 chmod 755 $linker
19 echo "Linker script created in $linker; testing it out"
20 output=`./$linker 2>&1`
26 echo "Done; rebuilding $linker"
27 echo "rm -f $program" > $linker
28 gmake -n $program 2>&1 | sed '/gcc/s/$/__main.o/' >> $linker
29 ./$linker > /dev/null 2>&1
42 echo "Linker script created in $linker; please check it manually"
48 linker="$3"
90 if [ -z "$linker" ]
95 if [ ! -x "$linker" ]
97 echo "ERROR: $linker not found or not executable"
120 $linker
131 $linker