Lines Matching +refs:clang +refs:format +refs:extract
620 if test -x "${as_dir}/clang"; then
622 found_clang="${as_dir}/clang"
632 AC_MSG_NOTICE([Detected llvm-gcc, falling back to clang])
646 found_clang=`/usr/bin/xcrun -find clang 2>/dev/null`
649 AC_MSG_NOTICE([Using clang from Xcode.app])
651 CXX="`/usr/bin/xcrun -find clang++`"
694 clang|*/clang) AC_PATH_TOOL(CXX, [clang++], [clang++], [notfound]) ;;
1354 if test "${CC}" = "clang"
1356 clang_bin=`which clang`
1357 # Some systems install clang elsewhere as a symlink to the real path
1383 *clang*)
1407 … AC_MSG_ERROR([llvm-ar is required for a --with-lto build with clang but could not be found.])
1476 *clang*)
1537 *clang*)
1541 if $CC --version 2>&1 | grep -q clang
1784 # It is supported on clang but on OS X systems gcc may be an alias
1785 # for clang. Try to determine if the compiler is not really gcc and,
1905 LIPO_32BIT_FLAGS="-extract ppc7400 -extract i386"
1911 LIPO_INTEL64_FLAGS="-extract x86_64"
1916 LIPO_32BIT_FLAGS="-extract i386"
1931 LIPO_32BIT_FLAGS="-extract ppc7400 -extract i386"
4529 [Define if C doubles are 64-bit IEEE 754 binary format, stored
4534 [Define if C doubles are 64-bit IEEE 754 binary format, stored
4544 [Define if C doubles are 64-bit IEEE 754 binary format, stored
5430 AC_CACHE_CHECK([for %zd printf() format support], ac_cv_have_size_t_format, [dnl
5473 [Define to printf format modifier for Py_ssize_t])
5688 # Check for GCC >= 4.7 and clang __atomic builtin functions