NetBSD-Bugs archive

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

PR/57565 CVS commit: src/share/mk



The following reply was made to PR bin/57565; it has been noted by GNATS.

From: "Thomas Klausner" <wiz%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57565 CVS commit: src/share/mk
Date: Fri, 29 Dec 2023 09:17:37 +0000

 Module Name:	src
 Committed By:	wiz
 Date:		Fri Dec 29 09:17:37 UTC 2023
 
 Modified Files:
 	src/share/mk: sys.mk
 
 Log Message:
 Update ARFLAGS for new binutils.
 
 In binutils 2.34, 'l' was a no-op.
 In binutils 2.39, it is used to specify library dependencies.
 
 Remove 'l' from ARFLAGS.
 
 From Takahiro Kambe in PR 57565.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.148 -r1.149 src/share/mk/sys.mk
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index