From f16fefd746a5f15d378c15d3491a583be8e4dd44 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 28 Feb 2022 10:01:18 +0000 Subject: super_pi: binary - no relro, no pie --- benchmarks/super_pi/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'benchmarks') diff --git a/benchmarks/super_pi/Makefile b/benchmarks/super_pi/Makefile index 53becec1c04..62f134bea6f 100644 --- a/benchmarks/super_pi/Makefile +++ b/benchmarks/super_pi/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2017/09/23 13:15:28 tnn Exp $ -# +# $NetBSD: Makefile,v 1.5 2022/02/28 10:01:18 wiz Exp $ DISTNAME= super_pi PKGNAME= super_pi-20030927 @@ -23,6 +22,9 @@ INSTALLATION_DIRS= bin EMUL_PLATFORMS= linux-i386 EMUL_MODULES.linux= base +CHECK_PIE_SUPPORTED= no +CHECK_RELRO_SUPPORTED= no + WRKSRC= ${WRKDIR} do-build: -- cgit v1.2.3