Lines Matching refs:script
5 # This script depends on the llvm-native-gcc script.
7 if [ x$1 = x--make-linker-script ]
19 echo "Linker script created in $linker; testing it out"
32 echo "WARNING: linker script didn't work"
38 echo "WARNING: linker script didn't work"
42 echo "Linker script created in $linker; please check it manually"
53 echo "$myname --make-linker-script PROGRAM"
60 echo "LINKER is the script that builds PROGRAM; try --make-linker-script"
62 echo "CHECKER is the script that exits 0 if PROGRAM is ok, 1 if it is not OK"
92 echo "ERROR: Must specify name of link script as 3rd arg."
98 echo "You may wish to try: $0 --make-linker-script $program"
103 echo "ERROR: Must specify name of $program check script as 3rd arg."