CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2017/02/20 04:04:27
Modified files:
lang/python : Makefile.inc
lang/python/2.7: Makefile
lang/python/3.4: Makefile
lang/python/3.5: Makefile
lang/python/3.6: Makefile
Log message:
10 years ago, we needed to build python with c++ to make sure modules
with native c++ code worked fine. We no longer need to do that, and
llvm errors out with the non-sensical combination of "c++ -std=c99".
this fixes the python build on arm64
tested by sthen@ in an i386 bulk, thanks!
OK sthen@, rpointel@ (maintainer)