Home | History | Annotate | Download | only in libdecnumber

Lines Matching refs:real_option

3491 for real_option in -W -Wall -Wwrite-strings -Wstrict-prototypes \
3496 case $real_option in
3497 -Wno-*) option=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
3498 *) option=$real_option ;;
3531 WARN_CFLAGS="$WARN_CFLAGS${WARN_CFLAGS:+ }$real_option"
3601 for real_option in -fno-lto; do
3604 case $real_option in
3605 -Wno-*) option=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
3606 *) option=$real_option ;;
3639 nolto_flags="$nolto_flags${nolto_flags:+ }$real_option"