Lines Matching refs:STL
34 STL=gnustl
35 register_var_option "--stl=<name>" STL "Specify C++ STL"
173 if [ "$STL" != stlport ]; then
175 STL=stlport
571 if [ "$STL" = "libcxx" -o "$STL" = "libc++" ]; then
593 case $STL in
640 case $STL in
669 dump "ERROR: Unsupported STL: $STL"
698 if [ "$STL" = "gnustl" ]; then
707 if [ "$STL" = "gnustl" ]; then
718 if [ "$STL" = "gnustl" -a "$GCC_VERSION" = "4.9" ]; then