Module Name:    src
Committed By:   simonb
Date:           Mon May 31 02:10:37 UTC 2021

Modified Files:
        src/compat: exec.mk

Log Message:
MIPS n64 dynamic binaries have worked for a while now, remove -static
for these.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/compat/exec.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/compat/exec.mk
diff -u src/compat/exec.mk:1.5 src/compat/exec.mk:1.6
--- src/compat/exec.mk:1.5	Tue Jan  5 11:08:00 2021
+++ src/compat/exec.mk	Mon May 31 02:10:37 2021
@@ -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>
 

Reply via email to