summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonb <simonb@NetBSD.org>2021-05-31 02:10:37 +0000
committersimonb <simonb@NetBSD.org>2021-05-31 02:10:37 +0000
commite55dd04e7a9da105cd51b3791ae133de9128281e (patch)
treebee18e682ad140f75a1e7708b009cc03b3325122
parente256ea88f95e828505d7fb6330e9c2a02210da27 (diff)
MIPS n64 dynamic binaries have worked for a while now, remove -static
for these.
-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>