summaryrefslogtreecommitdiff
path: root/distrib/utils
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2021-05-25 10:58:41 +0000
committermartin <martin@NetBSD.org>2021-05-25 10:58:41 +0000
commit8f8dd947f97ced18de74a829ac46e1ce569d61b8 (patch)
tree4c76b6ff7d0fe195177d070661e0dc6412cc5010 /distrib/utils
parenta27a7a9c21af78774d2fd91299f6f0d32d899f33 (diff)
Provide support to build 32bit crunched ramdisks and use that for
macppc64. With help from rin.
Diffstat (limited to 'distrib/utils')
-rw-r--r--distrib/utils/libhack/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/utils/libhack/Makefile.inc b/distrib/utils/libhack/Makefile.inc
index 760dad61067..f0fca46726f 100644
--- a/distrib/utils/libhack/Makefile.inc
+++ b/distrib/utils/libhack/Makefile.inc
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.38 2021/03/09 00:06:44 christos Exp $
+# $NetBSD: Makefile.inc,v 1.39 2021/05/25 10:58:41 martin Exp $
#
# Include this fragment to build libhack.o
# It is .o and not .a to make sure these are the
@@ -70,7 +70,7 @@ CPPFLAGS.gethost.c+= -I${HACKSRC}/../../../lib/libc/net
.if !defined(LIB)
libhack.o: ${HACKOBJS}
- ${LD} -r -o $@ ${.ALLSRC}
+ ${LD} -r ${HACK_LD_FLAGS} -o $@ ${.ALLSRC}
.endif
.if 1