On Sat, Nov 23, 2019, 06:56 Mark Millard via freebsd-ppc < [email protected]> wrote:
> The clang code generation and secure-plt handling and binutils ld handling > do not match (ELFv1 anyway) but the modern ld no longer seems to exit with > an error code for this context so none of the below stopped the build. > (I've > no clue if the built materials are operable on the old PowerMacs or not > --and > might not know for some time.) > > # grep bss-plt > /root/sys_typescripts/typescript_make_powerpcvtsc_nodebug_clang_altbinutils-amd64-host-2019-11-23:04:38:28 > | more > /usr/local/powerpc64-unknown-freebsd13.0/bin/ld: bss-plt forced due to > dummynet.kld > ..... > > === > Mark Millard > marklmi at yahoo.com > ( dsl-only.net went > away in early 2018-Mar) > This is a bug in the llvm code generator. I have a patch against llvm head at https://reviews.llvm.org/D70570 . - Justin > _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "[email protected]"
