Lines Matching +full:test +full:- +full:cpu
1 # Copyright (c) 2011-2012, Linaro Limited
26 AC_INIT(cortex-strings, 1.1-2012.06~dev)
27 AM_INIT_AUTOMAKE(foreign subdir-objects color-tests dist-bzip2)
38 aarch64*-*-*)
41 arm*-*-*)
43 default_submachine=cortex-a9
45 x86_64-*-*-*)
53 AM_CONDITIONAL([HOST_AARCH32], [test x$arch = xaarch32])
54 AM_CONDITIONAL([HOST_AARCH64], [test x$arch = xaarch64])
55 AM_CONDITIONAL([HOST_GENERIC], [test x$arch = xgeneric])
57 AC_ARG_WITH([cpu], optwith
58 AS_HELP_STRING([--with-cpu=CPU],
59 [select code for CPU variant @<:@default=cortex-a9@:>@]]),
62 yes|'') AC_MSG_ERROR([--with-cpu requires an argument]) ;;
70 AM_CONDITIONAL([WITH_SUBMACHINE], [test x$submachine != x])
73 AC_HELP_STRING([--with-neon],
78 AM_CONDITIONAL(WITH_NEON, test x$with_neon = xyes)
81 AC_HELP_STRING([--with-vfp],
86 AM_CONDITIONAL(WITH_VFP, test x$with_vfp = xyes)