CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]   2025/10/21 11:09:38

Modified files:
        lang/python    : Makefile.inc 

Log message:
explicitly disable LTO on armv7 (and ld.bfd archs, though it wouldn't be
autodetected there anyway), otherwise python tries to use it and fails
(currently with SIGILL).

explicitly set --with-lto=no when we want it disabled, to make it clear.

clear up old .if block that just had comments in, talking about
--enable-optimizations. that wants revisiting now that we have newer
toolchain, but needs per-arch tests.

found by phessler, diff following discussions with phessler tb jca

Reply via email to