Author :
phessler
Date :
2017-02-20 11:04:27
Hash :9e7b773b 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)