Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/compat MIPS n64 dynamic binaries have worked for a while now...
details: https://anonhg.NetBSD.org/src/rev/d6c169deb338
branches: trunk
changeset: 983635:d6c169deb338
user: simonb <simonb%NetBSD.org@localhost>
date: Mon May 31 02:10:37 2021 +0000
description:
MIPS n64 dynamic binaries have worked for a while now, remove -static
for these.
diffstat:
compat/exec.mk | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r 9e5d516862f9 -r d6c169deb338 compat/exec.mk
--- a/compat/exec.mk Mon May 31 00:04:15 2021 +0000
+++ b/compat/exec.mk Mon May 31 02:10:37 2021 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index