buildroot.busybox.net archive mirror
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/11] package/llvm-project: new group for llvm packages
@ 2022-09-28 14:28 Lang Daniel via buildroot
  0 siblings, 0 replies; only message in thread
From: Lang Daniel via buildroot @ 2022-09-28 14:28 UTC (permalink / raw)
  To: buildroot
  Cc: Joseph Kogut, Samuel Martin, Thomas Petazzoni, Romain Naour,
	Matt Weber, Valentin Korenblit

To make updating easier in the future, group all llvm projects in
one subfolder and define some variables for all of them.

Signed-off-by: Daniel Lang <d.lang@abatec.at>
---
 package/llvm-project/llvm-project.mk | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 package/llvm-project/llvm-project.mk

diff --git a/package/llvm-project/llvm-project.mk b/package/llvm-project/llvm-project.mk
new file mode 100644
index 0000000000..7ba89bb605
--- /dev/null
+++ b/package/llvm-project/llvm-project.mk
@@ -0,0 +1,10 @@
+################################################################################
+#
+# llvm-project
+#
+################################################################################
+
+LLVM_PROJECT_VERSION = 11.1.0
+LLVM_PROJECT_SITE = https://github.com/llvm/llvm-project/releases/download/llvmorg-$(LLVM_PROJECT_VERSION)
+
+include $(sort $(wildcard package/llvm-project/*/*.mk))
-- 
2.25.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-09-28 14:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-28 14:28 [Buildroot] [PATCH 01/11] package/llvm-project: new group for llvm packages Lang Daniel via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).