Home
last modified time | relevance | path

Searched refs:target_list (Results 1 – 1 of 1) sorted by relevance

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/scripts/
A Dcheck_simd30 if [ -z "$target_list" ]; then
31 target_list="unix"
33 x86_64-*) target_list="unix/-march=native" ;;
34 i?86-*) target_list="unix/-march=native" ;;
35 powerpc64le-*) target_list="unix/-mcpu=power8" ;;
36 aarch64-*) target_list="unix/-mcpu=cortex-a53" ;;
37 arm-*) target_list="unix/-mcpu=cortex-a7" ;;
48 list="$target_list"

Completed in 4 milliseconds