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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"