CVSROOT:        /cvs
Module name:    ports
Changes by:     gkoeh...@cvs.openbsd.org        2021/08/20 21:25:05

Modified files:
        devel/clang-tools-extra: Makefile 
        devel/llvm     : Makefile 
        games/godot    : Makefile 
        games/scummvm  : Makefile 
        infrastructure/mk: arch-defines.mk 
        lang/gcc/8     : Makefile 
        net/wireshark  : Makefile 
        www/webkitgtk4 : Makefile 
        x11/qt5        : Makefile.inc 

Log message:
Switch macppc to ld.lld

Add powerpc to LLD_ARCH, and bump _SYSTEM_VERSION-powerpc so people
will upgrade to lld-linked packages when they exist.  Remove
-Wl,--relax from several ports; ld.bfd needed this flag, but ld.lld
can't take it.

lang/gcc/8 needs USE_LLD = No, because LLD can't link C++ code from
gcc (error: relocation refers to a discarded section: ...), and also,
the adastrap is too old.

To avoid linker errors on macppc, you need a snapshot where
/usr/bin/ld is LLD.

ok sthen@

Reply via email to