Lines Matching refs:sysroot
61 cat > print-sysroot-suffix3.sh <<\EOF
69 echo "[ \"\$1\" = \"$l\" ] && result=\"\$result|$r\"" >> print-sysroot-suffix3.sh
71 echo 'echo $result' >> print-sysroot-suffix3.sh
72 chmod +x print-sysroot-suffix3.sh
74 cat > print-sysroot-suffix2.sh <<\EOF
91 echo "/$r/) optstring=\"/$l/\" ;;" >> print-sysroot-suffix2.sh
93 echo " esac" >> print-sysroot-suffix2.sh
100 echo ' optstring=`echo "/$optstring" | sed '"$pat\`" >> print-sysroot-suffix2.sh
101 cat >> print-sysroot-suffix2.sh <<\EOF
119 match=`./print-sysroot-suffix3.sh "$x"`
120 echo "$x) optmatch=\"$match\" ;;" >> print-sysroot-suffix2.sh
122 cat >> print-sysroot-suffix2.sh <<\EOF
150 chmod +x ./print-sysroot-suffix2.sh
151 result=`./print-sysroot-suffix2.sh "" "/" $options`
154 rm print-sysroot-suffix2.sh
155 rm print-sysroot-suffix3.sh