Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libi386 Provide SHLIBINSTALLDIR explicitly as it d...
details: https://anonhg.NetBSD.org/src/rev/7c93c815834d
branches: trunk
changeset: 931026:7c93c815834d
user: joerg <joerg%NetBSD.org@localhost>
date: Mon Apr 20 12:08:08 2020 +0000
description:
Provide SHLIBINSTALLDIR explicitly as it defauls to /lib otherwise and
makes ld complain about the 64bit libc.
diffstat:
tests/lib/libi386/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r c6a892db7130 -r 7c93c815834d tests/lib/libi386/Makefile
--- a/tests/lib/libi386/Makefile Mon Apr 20 12:01:44 2020 +0000
+++ b/tests/lib/libi386/Makefile Mon Apr 20 12:08:08 2020 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2020/04/19 18:07:00 kre Exp $
+# $NetBSD: Makefile,v 1.3 2020/04/20 12:08:08 joerg Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/lib/libi386
.if ${MACHINE} == "amd64"
+SHLIBINSTALLDIR= /usr/lib/i386
COPTS+= -m32
LDFLAGS+= -m32
LDADD+= -li386
Home |
Main Index |
Thread Index |
Old Index