Searched refs:cc_r (Results 1 – 7 of 7) sorted by relevance
37 dnl AIX Thread requires we use cc_r or xlc_r.41 dnl If we find cc_r|xlc_r, force pthreads and assume44 dnl If we do not find cc_r|xlc_r, disable threads59 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)
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_r258 AC_CHECK_PROGS(PTHREAD_CC, xlc_r cc_r, ${CC})
19 # is necessary on AIX to use the special cc_r compiler alias.)
5986 int64_t cc_r; local6078 cc_r = regs[r1] - regs[r2];6079 cc_n = cc_r < 0;6080 cc_z = cc_r == 0;6247 cc_r = dtrace_strncmp((char *)s1, (char *)s2, sz);6249 cc_n = cc_r < 0;6250 cc_z = cc_r == 0;
9663 for ac_prog in cc_r xlc_r cc9717 case ${CC} in cc_r | xlc_r)
18989 for ac_prog in cc_r xlc_r cc19043 case ${CC} in cc_r | xlc_r)
15745 for ac_prog in xlc_r cc_r