Subject: problem with stack protector changes
To: None <current-users@netbsd.org>
From: Geoff Wing <mason@primenet.com.au>
List: current-users
Date: 11/09/2006 04:32:38
src/gnu/dist/gcc4/gcc/gcc.c has (with TARGET_LIBC_PROVIDES_SSP defined):
#define LINK_SSP_SPEC "%{fstack-protector|fstack-protector-all:-lssp_nonshared -lssp}"

so we need libssp_nonshared.* somewhere or the line changed if the
functionality is provided anyway.

Regards,
Geoff