CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]        2022/08/07 11:00:43

Modified files:
        lang/python    : Makefile.inc 

Log message:
Don't --enable-optimizations on powerpc

This unbreaks python 3.* on powerpc.  The build had enabled PGO
(Profile Guided Optimization), then got "Segmentation fault" from the
./python binary.  This seems to be a bug in clang or lld specific to
32-bit powerpc.  We continue to --enable-optimizations on powerpc64.

ok kmos@, sthen@

Reply via email to