summaryrefslogtreecommitdiff
path: root/compat/exec.mk
diff options
context:
space:
mode:
Diffstat (limited to 'compat/exec.mk')
-rw-r--r--compat/exec.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/compat/exec.mk b/compat/exec.mk
index f389d416374..a1c604b4e82 100644
--- a/compat/exec.mk
+++ b/compat/exec.mk
@@ -1,4 +1,4 @@
-# $NetBSD: exec.mk,v 1.5 2021/01/05 11:08:00 simonb Exp $
+# $NetBSD: exec.mk,v 1.6 2021/05/31 02:10:37 simonb Exp $
# this makefile fragment can be included to modify the default
# ABI a program is compiled with. this is designed to be used
@@ -34,8 +34,6 @@
# XXX -pie makes n64 crash
NOPIE=1
-# XXX interesting dynamic binaries crash (hello.c works.)
-LDSTATIC=-static
. include <bsd.own.mk>