pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/tools
Module Name: pkgsrc
Committed By: riastradh
Date: Sat Apr 16 08:58:19 UTC 2022
Modified Files:
pkgsrc/mk/tools: tools.NetBSD.mk
Log Message:
tools: Expose NATIVE_AR and NATIVE_RANLIB for cross-builds.
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/mk/tools/tools.NetBSD.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/tools/tools.NetBSD.mk
diff -u pkgsrc/mk/tools/tools.NetBSD.mk:1.70 pkgsrc/mk/tools/tools.NetBSD.mk:1.71
--- pkgsrc/mk/tools/tools.NetBSD.mk:1.70 Mon Apr 4 11:23:07 2022
+++ pkgsrc/mk/tools/tools.NetBSD.mk Sat Apr 16 08:58:19 2022
@@ -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 @@ CXX= ${TOOLDIR}/bin/${MACHINE_GNU_PLATF
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