Home | History | Annotate | Download | only in libdecnumber

Lines Matching refs:real_option

3487 for real_option in -W -Wall -Wwrite-strings -Wstrict-prototypes \
3492 case $real_option in
3493 -Wno-*) option=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
3494 *) option=$real_option ;;
3527 WARN_CFLAGS="$WARN_CFLAGS${WARN_CFLAGS:+ }$real_option"
3597 for real_option in -fno-lto; do
3600 case $real_option in
3601 -Wno-*) option=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
3602 *) option=$real_option ;;
3635 nolto_flags="$nolto_flags${nolto_flags:+ }$real_option"