Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib libarch on sparc isn't -l${MACHINE_CPU}. Don't lin...



details:   https://anonhg.NetBSD.org/src/rev/e2bdd86c2d69
branches:  trunk
changeset: 796782:e2bdd86c2d69
user:      alnsn <alnsn%NetBSD.org@localhost>
date:      Tue Jun 17 19:26:18 2014 +0000

description:
libarch on sparc isn't -l${MACHINE_CPU}. Don't link to it.

diffstat:

 tests/lib/libbpfjit/Makefile |  5 +----
 tests/lib/libsljit/Makefile  |  5 +----
 2 files changed, 2 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r b5b215140af6 -r e2bdd86c2d69 tests/lib/libbpfjit/Makefile
--- a/tests/lib/libbpfjit/Makefile      Tue Jun 17 18:48:35 2014 +0000
+++ b/tests/lib/libbpfjit/Makefile      Tue Jun 17 19:26:18 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/06/17 06:36:01 alnsn Exp $
+# $NetBSD: Makefile,v 1.3 2014/06/17 19:26:18 alnsn Exp $
 
 .include <bsd.own.mk>
 .include <../../../external/bsd/sljit/Makefile.inc>
@@ -16,9 +16,6 @@
 LDADD+=                -L${LIBSLJITDIR} -lsljit
 DPADD+=                ${LIBSLJITDIR}/libsljit.a
 
-# I-cache sync routines for arm and mips
-LDADD+=                -l${MACHINE_CPU}
-
 LDADD+=                ${LIBPCAP}
 
 .include <bsd.test.mk>
diff -r b5b215140af6 -r e2bdd86c2d69 tests/lib/libsljit/Makefile
--- a/tests/lib/libsljit/Makefile       Tue Jun 17 18:48:35 2014 +0000
+++ b/tests/lib/libsljit/Makefile       Tue Jun 17 19:26:18 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/06/17 06:36:01 alnsn Exp $
+# $NetBSD: Makefile,v 1.3 2014/06/17 19:26:18 alnsn Exp $
 
 TESTSDIR=      ${TESTSBASE}/lib/libsljit
 
@@ -20,7 +20,4 @@
 LDADD+=                -L${LIBSLJITDIR} -lsljit
 DPADD+=                ${LIBSLJITDIR}/libsljit.a
 
-# I-cache sync routines for arm and mips
-LDADD+=                -l${MACHINE_CPU}
-
 .include <bsd.test.mk>



Home | Main Index | Thread Index | Old Index