From 63619c61285779fa2c8c6d2a0105f481c3701a5b Mon Sep 17 00:00:00 2001 From: jperkin Date: Wed, 4 Oct 2017 10:03:53 +0000 Subject: go*: Disable SSP checks for similar reasons as RELRO. --- lang/go/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lang/go/Makefile') diff --git a/lang/go/Makefile b/lang/go/Makefile index 525f1678dc6..756fac1cc4f 100644 --- a/lang/go/Makefile +++ b/lang/go/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2017/09/03 16:49:52 tron Exp $ +# $NetBSD: Makefile,v 1.57 2017/10/04 10:03:53 jperkin Exp $ .include "version.mk" @@ -72,6 +72,8 @@ CHECK_RELRO_SKIP+= go/bin/gofmt CHECK_RELRO_SKIP+= go/pkg/bootstrap/bin/asm CHECK_RELRO_SKIP+= go/pkg/bootstrap/bin/compile CHECK_RELRO_SKIP+= go/pkg/bootstrap/bin/link +# also does not support SSP at this time +CHECK_SSP_SKIP= ${CHECK_RELRO_SKIP} # uses /bin/rc (for Plan 9) CHECK_INTERPRETER_SKIP+= go/include/plan9/mklibc.rc -- cgit v1.2.3