Searched refs:CPU (Results 1 – 15 of 15) sorted by relevance
7 Debug|Any CPU = Debug|Any CPU8 Release|Any CPU = Release|Any CPU11 {F62D440E-8976-4A6D-91A8-89F09701074F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU12 {F62D440E-8976-4A6D-91A8-89F09701074F}.Debug|Any CPU.Build.0 = Debug|Any CPU13 {F62D440E-8976-4A6D-91A8-89F09701074F}.Release|Any CPU.ActiveCfg = Release|Any CPU14 {F62D440E-8976-4A6D-91A8-89F09701074F}.Release|Any CPU.Build.0 = Release|Any CPU
227 $CPU = "I";243 $CPU = "S";271 $CPU = "I";281 $CPU = "S";291 $CPU = "P";332 $CPU = "I";344 $CPU = "X";369 $CPU = "X";388 $CPU = "I";398 $CPU = "R";[all …]
986 CPU=$UNAME_MACHINE1002 eabi | eabihf) CPU=armv8l; LIBCABI=$LIBC$ABI ;;1005 GUESS=$CPU-unknown-linux-$LIBCABI1110 CPU=mipsisa64r61113 CPU=mipsisa32r61116 CPU=mips641118 CPU=mips1135 test "x$CPU" != x && { echo "$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; }1195 CPU=$UNAME_MACHINE1211 x86) CPU=i686 ;;[all …]
1310 AC_MSG_ERROR([the --enable-win64 option can only be used on an AMD64 CPU])2139 AC_MSG_ERROR([Unknown/unsupported Windows CPU $build_cpu.])2269 AC_MSG_ERROR([Unknown/unsupported Windows CPU $build_cpu.])
857 - #undef CPU861 - CPU=mipsel864 - CPU=mips866 - CPU=873 - test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0891 #undef CPU897 - CPU=mips64el901 - CPU=mips64904 CPU=909 - test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0[all …]
2619 #undef CPU2625 - CPU=mipsel2626 + CPU=${UNAME_MACHINE}el2629 - CPU=mips2630 + CPU=${UNAME_MACHINE}2632 CPU=2636 - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`2638 - test x"${CPU}" != x && echo "${CPU}-pc-linux-gnu" && exit 02640 + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }2672 # Look for CPU level[all …]
153 ifeq ($(GUI)$(COM)$(CPU),WNTMSCI)157 else ifeq ($(GUI)$(COM)$(CPU),WNTGCCI)
35 ifeq ($(CPU),X)39 ifeq ($(CPU),P)
36 ifeq ($(CPU),X)
66 ifeq ($(OS)$(CPU),SOLARISI)
74 SHL2VERSIONMAP:=$(SHL2TARGET)$(CPU).map
160 ifeq ($(OS)$(CPU),SOLARISS)
116 +.IF "$(GUI)$(CPU)"=="WNTP"
37 +.IF "$(GUI)$(CPU)"=="WNTP"
87 architecture, a destination machine using little endian CPU
Completed in 114 milliseconds