svn commit: r291739 - head/share/mk vs. /usr/src/lib/libc/tests/ssp for powerpc64/gcc builds

Mark Millard markmi at dsl-only.net
Fri Dec 4 07:10:56 UTC 2015


The change to

> Log:
>   Add assertion for when LIBADD should be used rather than LDADD/DPADD.

resulted in my self-hosted powerpc64 buildworld attempt getting:

> --- cleandir_subdir_ssp ---
> make[6]: "/usr/src/share/mk/src.libnames.mk" line 479: /usr/src/lib/libc/tests/ssp: Invalid LIBADD used which may need to be added to src.libnames.mk:
>  ssp

via head/lib/libc/tests/ssp/Makefile having:

> .elif ${COMPILER_TYPE} == "gcc"
> CFLAGS.h_raw+=  --param ssp-buffer-size=1
> LIBADD+=        ssp
> .endif



===
Mark Millard
markmi at dsl-only.net



More information about the svn-src-head mailing list