tech-pkg archive

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

binutils and l option of ARFLAGS



According to these references:

  https://gnats.netbsd.org/57565
https://github.com/NetBSD/src/commit/5e3d878975b77fde0ec4b4a6fa14dd3a0a31b01d https://github.com/NetBSD/src/commit/0572a20ef7afac4e1c1e69840c5ad4360c883ec0

Could we reasonably consider removing the 'l' option from ARFLAGS in pkgsrc for NetBSD to be consistent with base system?

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/pkgtools/bootstrap-mk-files/Makefile,v
retrieving revision 1.61
diff -u -p -u -r1.61 Makefile
--- Makefile    19 Apr 2025 08:07:27 -0000      1.61
+++ Makefile    28 May 2025 08:07:40 -0000
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.61 2025/04/19 08:07:27 wiz Exp $

-PKGNAME=       bootstrap-mk-files-20240422
+PKGNAME=       bootstrap-mk-files-20250528
 CATEGORIES=    pkgtools

 CONFLICTS+=    mk-files-[0-9]*
Index: files/mods/NetBSD.sys.mk
===================================================================
RCS file: /cvsroot/pkgsrc/pkgtools/bootstrap-mk-files/files/mods/NetBSD.sys.mk,v
retrieving revision 1.2
diff -u -p -u -r1.2 NetBSD.sys.mk
--- files/mods/NetBSD.sys.mk    8 Sep 2016 14:28:12 -0000       1.2
+++ files/mods/NetBSD.sys.mk    28 May 2025 08:07:40 -0000
@@ -9,7 +9,7 @@ unix?=          We run NetBSD.
 .LIBS:         .a

 AR?=           ar
-ARFLAGS?=      rl
+ARFLAGS?=      r
 RANLIB?=       ranlib

 AS?=           as


Home | Main Index | Thread Index | Old Index