pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/llvm



Module Name:    pkgsrc
Committed By:   he
Date:           Sat Aug  6 16:49:59 UTC 2022

Modified Files:
        pkgsrc/lang/llvm: Makefile
Removed Files:
        pkgsrc/lang/llvm: hacks.mk

Log Message:
lang/llvm: convert to using mk/atomic64.mk.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/lang/llvm/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/lang/llvm/hacks.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/llvm/Makefile
diff -u pkgsrc/lang/llvm/Makefile:1.72 pkgsrc/lang/llvm/Makefile:1.73
--- pkgsrc/lang/llvm/Makefile:1.72      Sat Jul  9 08:16:02 2022
+++ pkgsrc/lang/llvm/Makefile   Sat Aug  6 16:49:59 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2022/07/09 08:16:02 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2022/08/06 16:49:59 he Exp $
 #
 # when updating this, please also update:
 # devel/include-what-you-use
@@ -107,8 +107,8 @@ CXXFLAGS+=  -march=i586
 
 .if !empty(MACHINE_ARCH:Mpowerpc*)
 # Needed to avoid "relocation truncated to fit: R_PPC_REL24"
-CFLAGS+=       -mlongcall
-CXXFLAGS+=     -mlongcall
+CFLAGS+=       -mlongcall -mno-pltseq
+CXXFLAGS+=     -mlongcall -mno-pltseq
 .endif
 
 .if ${OPSYS} == "NetBSD"
@@ -129,4 +129,5 @@ post-extract:
 .include "../../lang/python/application.mk"
 .include "../../lang/python/tool.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index