Stack protector codegen bug on sh3 has been fixed, so drop sh3 from

the list of platforms where we disable ssp.
This commit is contained in:
uwe 2007-06-03 21:07:33 +00:00
parent 86fd3cca3a
commit 00fa1e6950

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.sys.mk,v 1.154 2007/06/03 17:42:18 christos Exp $
# $NetBSD: bsd.sys.mk,v 1.155 2007/06/03 21:07:33 uwe Exp $
#
# Build definitions used for NetBSD source tree builds.
@ -39,8 +39,7 @@ CFLAGS+= ${CWARNFLAGS} ${NOGCCERROR:D:U-Werror}
LINTFLAGS+= ${DESTDIR:D-d ${DESTDIR}/usr/include}
.if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "hppa") || \
(${MACHINE_ARCH} == "mipsel") || (${MACHINE_ARCH} == "mipseb") || \
(${MACHINE_ARCH} == "sh3el") || (${MACHINE_ARCH} == "sh3eb")
(${MACHINE_ARCH} == "mipsel") || (${MACHINE_ARCH} == "mipseb")
HAS_SSP= no
.else
HAS_SSP= yes