Searched refs:cputype (Results 26 - 46 of 46) sorted by relevance

12

/freebsd-10-stable/contrib/binutils/
H A Dconfig.guess1267 # "uname -m" is not consistent, so use $cputype instead. 386
1270 if test "$cputype" = "386"; then
1273 UNAME_MACHINE="$cputype"
/freebsd-10-stable/contrib/byacc/
H A Dconfig.guess1316 # "uname -m" is not consistent, so use $cputype instead. 386
1319 if test "$cputype" = "386"; then
1322 UNAME_MACHINE="$cputype"
/freebsd-10-stable/contrib/dialog/
H A Dconfig.guess1306 # "uname -m" is not consistent, so use $cputype instead. 386
1309 if test "$cputype" = "386"; then
1312 UNAME_MACHINE="$cputype"
/freebsd-10-stable/contrib/ldns/
H A Dconfig.guess1275 # "uname -m" is not consistent, so use $cputype instead. 386
1278 if test "$cputype" = "386"; then
1281 UNAME_MACHINE="$cputype"
/freebsd-10-stable/contrib/libpcap/
H A Dconfig.guess1250 # "uname -m" is not consistent, so use $cputype instead. 386
1253 if test "$cputype" = "386"; then
1256 UNAME_MACHINE="$cputype"
/freebsd-10-stable/contrib/libreadline/support/
H A Dconfig.guess1178 # "uname -m" is not consistent, so use $cputype instead. 386
1181 if test "$cputype" = "386"; then
1184 UNAME_MACHINE="$cputype"
/freebsd-10-stable/contrib/libyaml/config/
H A Dconfig.guess1250 # "uname -m" is not consistent, so use $cputype instead. 386
1253 if test "$cputype" = "386"; then
1256 UNAME_MACHINE="$cputype"
/freebsd-10-stable/contrib/ncurses/
H A Dconfig.guess1277 # "uname -m" is not consistent, so use $cputype instead. 386
1280 if test "$cputype" = "386"; then
1283 UNAME_MACHINE="$cputype"
/freebsd-10-stable/contrib/ofed/libibcm/config/
H A Dconfig.guess1220 # "uname -m" is not consistent, so use $cputype instead. 386
1223 if test "$cputype" = "386"; then
1226 UNAME_MACHINE="$cputype"
/freebsd-10-stable/contrib/ofed/librdmacm/config/
H A Dconfig.guess1220 # "uname -m" is not consistent, so use $cputype instead. 386
1223 if test "$cputype" = "386"; then
1226 UNAME_MACHINE="$cputype"
/freebsd-10-stable/contrib/tcpdump/
H A Dconfig.guess1250 # "uname -m" is not consistent, so use $cputype instead. 386
1253 if test "$cputype" = "386"; then
1256 UNAME_MACHINE="$cputype"
/freebsd-10-stable/crypto/heimdal/
H A Dconfig.guess1249 # "uname -m" is not consistent, so use $cputype instead. 386
1252 if test "$cputype" = "386"; then
1255 UNAME_MACHINE="$cputype"
/freebsd-10-stable/contrib/unbound/
H A Dconfig.guess1306 # "uname -m" is not consistent, so use $cputype instead. 386
1309 if test "$cputype" = "386"; then
1312 UNAME_MACHINE="$cputype"
/freebsd-10-stable/contrib/sqlite3/
H A Dconfig.guess1275 # "uname -m" is not consistent, so use $cputype instead. 386
1278 if test "$cputype" = "386"; then
1281 UNAME_MACHINE="$cputype"
/freebsd-10-stable/crypto/openssh/
H A Dconfig.guess1291 # "uname -m" is not consistent, so use $cputype instead. 386
1294 if test "$cputype" = "386"; then
1297 UNAME_MACHINE="$cputype"
/freebsd-10-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.guess1317 # "uname -m" is not consistent, so use $cputype instead. 386
1320 if test "$cputype" = "386"; then
1323 UNAME_MACHINE="$cputype"
/freebsd-10-stable/contrib/tcsh/
H A Dconfig.guess1334 # "uname -m" is not consistent, so use $cputype instead. 386
1337 if test "$cputype" = "386"; then
1340 UNAME_MACHINE="$cputype"
/freebsd-10-stable/contrib/file/
H A Dconfig.guess1356 # "uname -m" is not consistent, so use $cputype instead. 386
1359 if test "$cputype" = 386; then
1362 UNAME_MACHINE="$cputype"
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsysinfo.c1231 switch (header->cputype)
/freebsd-10-stable/contrib/binutils/bfd/
H A Dcoff64-rs6000.c1036 if (xcoff_data (abfd)->cputype != -1)
1037 internal_a.o_cputype = xcoff_data (abfd)->cputype;
H A Dcoff-rs6000.c257 /* We set cputype to -1 to indicate that it has not been
259 xcoff_data (abfd)->cputype = -1;
309 ox->cputype = ix->cputype;

Completed in 379 milliseconds

12