Disable the libssp regression tests for alpha, mips and hppa. These

architectures do not have -fstack-protector support in gcc (yet).
This commit is contained in:
he 2006-11-11 23:37:18 +00:00
parent bd403112d6
commit 6c94afac43

View File

@ -1,8 +1,14 @@
# $NetBSD: Makefile,v 1.17 2006/11/08 21:02:10 christos Exp $
# $NetBSD: Makefile,v 1.18 2006/11/11 23:37:18 he Exp $
.include <bsd.own.mk>
SUBDIR+= csu libc libevent libposix libpthread librt libssp libutil
SUBDIR+= csu libc libevent libposix libpthread librt libutil
.if (${MACHINE_CPU} != "alpha" && \
${MACHINE_CPU} != "mips" && \
${MACHINE_CPU} != "hppa")
SUBDIR+= libssp
.endif
.if (${MKSKEY} != "no")
SUBDIR+= libskey