Lines Matching refs:sysroot
59 cat > print-sysroot-suffix3.sh <<\EOF
67 echo "[ \"\$1\" = \"$l\" ] && result=\"\$result|$r\"" >> print-sysroot-suffix3.sh
69 echo 'echo $result' >> print-sysroot-suffix3.sh
70 chmod +x print-sysroot-suffix3.sh
72 cat > print-sysroot-suffix2.sh <<\EOF
93 echo ' optstring=`echo "/$optstring" | sed '"$pat\`" >> print-sysroot-suffix2.sh
94 cat >> print-sysroot-suffix2.sh <<\EOF
112 match=`./print-sysroot-suffix3.sh "$x"`
113 echo "$x) optmatch=\"$match\" ;;" >> print-sysroot-suffix2.sh
115 cat >> print-sysroot-suffix2.sh <<\EOF
142 chmod +x ./print-sysroot-suffix2.sh
143 result=`./print-sysroot-suffix2.sh \"\" \"\" $options`
146 rm print-sysroot-suffix2.sh
147 rm print-sysroot-suffix3.sh