pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools tools: Expose NATIVE_AR and NATIVE_RANLIB for...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1747a439f255
branches:  trunk
changeset: 377095:1747a439f255
user:      riastradh <riastradh%pkgsrc.org@localhost>
date:      Sat Apr 16 08:58:19 2022 +0000

description:
tools: Expose NATIVE_AR and NATIVE_RANLIB for cross-builds.

diffstat:

 mk/tools/tools.NetBSD.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 98fdc17fa8ac -r 1747a439f255 mk/tools/tools.NetBSD.mk
--- a/mk/tools/tools.NetBSD.mk  Sat Apr 16 06:04:51 2022 +0000
+++ b/mk/tools/tools.NetBSD.mk  Sat Apr 16 08:58:19 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.NetBSD.mk,v 1.70 2022/04/04 11:23:07 riastradh Exp $
+# $NetBSD: tools.NetBSD.mk,v 1.71 2022/04/16 08:58:19 riastradh Exp $
 #
 # System-supplied tools for the NetBSD operating system.
 
@@ -178,4 +178,7 @@
 NATIVE_LD:=    /usr/bin/ld
 LD=            ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-ld
 
+NATIVE_AR:=    /usr/bin/ar
+NATIVE_RANLIB:=        /usr/bin/ranlib
+
 .endif



Home | Main Index | Thread Index | Old Index