pkgsrc-WIP-changes archive

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

llvm: convert to using mk/atomic64.mk.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Sat Aug 6 19:30:56 2022 +0200
Changeset:	35dab668251a02575c41004bc626177df015a466

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

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

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=35dab668251a02575c41004bc626177df015a466

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

diffstat:
 llvm/Makefile |  1 +
 llvm/hacks.mk | 12 ------------
 2 files changed, 1 insertion(+), 12 deletions(-)

diffs:
diff --git a/llvm/Makefile b/llvm/Makefile
index fd146f783e..82ae89457a 100644
--- a/llvm/Makefile
+++ b/llvm/Makefile
@@ -126,4 +126,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"
diff --git a/llvm/hacks.mk b/llvm/hacks.mk
deleted file mode 100644
index c8daa58455..0000000000
--- a/llvm/hacks.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD: hacks.mk,v 1.1 2020/09/20 09:37:17 he Exp $
-
-.if !defined(LLVM_HACKS_MK)
-LLVM_HACKS_MK=	defined
-
-# [Sun Sep 20 11:08:39 CEST 2020 : he]
-# On NetBSD/powerpc, use devel/libatomic to get 8-byte atomics.
-.if ${MACHINE_ARCH} == "powerpc"
-.include "../../devel/libatomic/buildlink3.mk"
-.endif
-
-.endif	# LLVM_HACKS_MK


Home | Main Index | Thread Index | Old Index