Lines Matching refs:arch
357 --arch=ARCH select architecture [$arch]
2555 arch
4368 case "${arch:-$arch_default}" in
4412 test -n "$arch" && test -n "$target_os" ||
4413 die "Must specify target arch (--arch) and OS (--target-os) when cross-compiling"
4440 nvccflags_default="-gencode arch=compute_30,code=sm_30 -O2"
4443 nvccflags_default="--cuda-gpu-arch=sm_30 -O2"
4451 nvccflags_default="-gencode arch=compute_60,code=sm_60 -O2"
4455 set_default arch cc cxx doxygen pkg_config ranlib strip sysinclude \
4988 # Deal with common $arch aliases
4989 case "$arch" in
4991 arch="aarch64"
4994 arch="arm"
4997 arch="loongarch"
5000 case "$arch" in
5010 arch="mips"
5013 arch="parisc"
5016 arch="ppc"
5019 arch="riscv"
5022 arch="s390"
5025 arch="sh4"
5028 arch="sparc"
5031 arch="tilegx"
5034 arch="x86"
5038 is_in $arch $ARCH_LIST || warn "unknown architecture $arch"
5039 enable $arch
5410 case "$arch" in
5934 test_cmd gas-preprocessor.pl -arch $arch -as-type $gaspp_as_type -- ${as:=$cc} $as_noop &&
5935 gas="${gas:=gas-preprocessor.pl} -arch $arch -as-type $gaspp_as_type -- ${as:=$cc}"
6000 check_as as_arch_directive ".arch armv7-a"
7299 enabled asm || { arch=c; disable $ARCH_LIST $ARCH_EXT_LIST; }
7482 echo "ARCH $arch ($cpu)"
7620 echo "config:$arch:$subarch:$cpu:$target_os:$(esc $cc_ident):$(esc $FFMPEG_CONFIGURATION)" > ffbuild/config.fate
7648 ARCH=$arch