Home | History | Annotate | Download | only in make

Lines Matching refs:optval

495         optval="${opt#*=}"
500 logging="$optval"
507 --target=*) toolchain="${toolchain:-${optval}}"
509 --force-target=*) toolchain="${toolchain:-${optval}}"; enable_feature force_toolchain
513 --cpu=*) tune_cpu="$optval"
516 extra_cflags="${optval}"
544 [ -d "${optval}" ] || die "Not a directory: ${optval}"
546 alt_libc="${optval}"
549 [ "${optval}" = yasm -o "${optval}" = nasm -o "${optval}" = auto ] \
550 || die "Must be yasm, nasm or auto: ${optval}"
551 alt_as="${optval}"
554 prefix="${optval}"
557 libdir="${optval}"
560 [ -d "${optval}" ] || die "Not a directory: ${optval}"
561 sdk_path="${optval}"
576 optval="${opt#*=}"