Searched refs:cc_r (Results 1 – 10 of 10) sorted by relevance
| /freebsd-head/contrib/ntp/sntp/m4/ |
| HD | openldap-thread-check.m4 | 37 dnl AIX Thread requires we use cc_r or xlc_r. 41 dnl If we find cc_r|xlc_r, force pthreads and assume 44 dnl If we do not find cc_r|xlc_r, disable threads 59 AC_CHECK_PROGS(CC,cc_r xlc_r cc) 64 AC_MSG_ERROR([--with-threads requires cc_r (or other suitable compiler) on AIX]) 66 AC_MSG_WARN([disabling threads, no cc_r on AIX]) 72 case ${CC} in cc_r | xlc_r)
|
| /freebsd-head/contrib/libevent/m4/ |
| HD | acx_pthread.m4 | 18 # (This is necessary on AIX to use the special cc_r compiler alias.) 256 # More AIX lossage: must compile with xlc_r or cc_r 258 AC_CHECK_PROGS(PTHREAD_CC, xlc_r cc_r, ${CC})
|
| /freebsd-head/contrib/ntp/sntp/libevent/m4/ |
| HD | acx_pthread.m4 | 18 # (This is necessary on AIX to use the special cc_r compiler alias.) 256 # More AIX lossage: must compile with xlc_r or cc_r 258 AC_CHECK_PROGS(PTHREAD_CC, xlc_r cc_r, ${CC})
|
| /freebsd-head/sys/contrib/libsodium/m4/ |
| HD | ax_pthread.m4 | 19 # is necessary on AIX to use the special cc_r compiler alias.)
|
| /freebsd-head/contrib/unbound/ |
| HD | ax_pthread.m4 | 20 # special cc_r/CC_r compiler alias.)
|
| /freebsd-head/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
| HD | dtrace.c | 6118 int64_t cc_r; local 6210 cc_r = regs[r1] - regs[r2]; 6211 cc_n = cc_r < 0; 6212 cc_z = cc_r == 0; 6388 cc_r = dtrace_strncmp((char *)s1, (char *)s2, 6391 cc_n = cc_r < 0; 6392 cc_z = cc_r == 0;
|
| /freebsd-head/contrib/ntp/sntp/ |
| HD | configure | 10149 for ac_prog in cc_r xlc_r cc 10208 case ${CC} in cc_r | xlc_r)
|
| /freebsd-head/contrib/ntp/ |
| HD | configure | 19548 for ac_prog in cc_r xlc_r cc 19607 case ${CC} in cc_r | xlc_r)
|
| /freebsd-head/contrib/libevent/ |
| HD | configure | 16171 for ac_prog in xlc_r cc_r
|
| /freebsd-head/contrib/ntp/sntp/libevent/ |
| HD | configure | 17418 for ac_prog in xlc_r cc_r
|