Lines Matching refs:real_option
16272 for real_option in -Wall; do
16275 case $real_option in
16276 -Wno-*) option=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
16277 *) option=$real_option ;;
16310 gprofng_cflags="$gprofng_cflags${gprofng_cflags:+ }$real_option"
16330 for real_option in -fno-lto; do
16333 case $real_option in
16334 -Wno-*) option=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
16335 *) option=$real_option ;;
16368 nolto_cflags="$nolto_cflags${nolto_cflags:+ }$real_option"
16387 for real_option in -Wno-switch; do
16390 case $real_option in
16391 -Wno-*) option=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
16392 *) option=$real_option ;;
16425 GPROFNG_NO_SWITCH_CFLAGS="$GPROFNG_NO_SWITCH_CFLAGS${GPROFNG_NO_SWITCH_CFLAGS:+ }$real_option"