From e55dd04e7a9da105cd51b3791ae133de9128281e Mon Sep 17 00:00:00 2001 From: simonb Date: Mon, 31 May 2021 02:10:37 +0000 Subject: MIPS n64 dynamic binaries have worked for a while now, remove -static for these. --- compat/exec.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'compat') 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 -- cgit