New issue 2535: [patch] fix compilation of CFFI modules when GCC isn't installed https://bitbucket.org/pypy/pypy/issues/2535/patch-fix-compilation-of-cffi-modules-when
David Naylor: On FreeBSD 11+ GCC isn't installed by default, instead relying on Clang. However, regardless of the compiler used there is usually a way to reference the default compiler (namely, using the 'cc' command). The attached patch changes sysconfig_pypy.py to prefer using the generic name 'cc' and 'c++' instead of 'gcc' and 'g++', respectively. _______________________________________________ pypy-issue mailing list pypy-issue@python.org https://mail.python.org/mailman/listinfo/pypy-issue