aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2026-05-11 09:24:23 +0000
committerBrooks Davis <brooks@FreeBSD.org>2026-05-11 09:29:31 +0000
commit4fc6c5e1c9a43149a91c626c56ae6e33066449bc (patch)
tree445b969a8c8e9649c091077059e0bf69f6ccc7a7
parent6b80a550edac811857c308c5f5be10a28dce1353 (diff)
devel/llvm??: Add Mips back to standard backends
I'd forgotten that STANDARD_BACKENDS is includes _FREEBSD_BACKENDS so Mips dropped out of the list when it was removed from _FREEBSD_BACKENDS. PR: 295111 Fixes: 2a7c0561200c ("all: drop support for FreeBSD 13, mips and risc64sf")
-rw-r--r--devel/llvm12/Makefile2
-rw-r--r--devel/llvm13/Makefile2
-rw-r--r--devel/llvm14/Makefile2
-rw-r--r--devel/llvm15/Makefile2
-rw-r--r--devel/llvm16/Makefile2
-rw-r--r--devel/llvm17/Makefile2
-rw-r--r--devel/llvm18/Makefile2
-rw-r--r--devel/llvm19/Makefile2
-rw-r--r--devel/llvm20/Makefile2
-rw-r--r--devel/llvm21/Makefile2
-rw-r--r--devel/llvm22/Makefile2
11 files changed, 11 insertions, 11 deletions
diff --git a/devel/llvm12/Makefile b/devel/llvm12/Makefile
index c8f1967fc61f..331820d69611 100644
--- a/devel/llvm12/Makefile
+++ b/devel/llvm12/Makefile
@@ -289,7 +289,7 @@ FREEBSD_BACKENDS+= WebAssembly
NATIVE_BACKENDS+= WebAssembly
.endif
STANDARD_BACKENDS= ${_FREEBSD_BACKENDS} AMDGPU AVR BPF Hexagon Lanai \
- MSP430 NVPTX Sparc SystemZ WebAssembly XCore
+ Mips MSP430 NVPTX Sparc SystemZ WebAssembly XCore
_BE_LIBS_COMMON= CodeGen Desc Info
_BE_LIBS_AArch64= AsmParser Disassembler Utils
_BE_LIBS_AMDGPU= AsmParser Disassembler Utils
diff --git a/devel/llvm13/Makefile b/devel/llvm13/Makefile
index d1a3c0c55525..198f7844a1e0 100644
--- a/devel/llvm13/Makefile
+++ b/devel/llvm13/Makefile
@@ -326,7 +326,7 @@ FREEBSD_BACKENDS+= WebAssembly
NATIVE_BACKENDS+= WebAssembly
.endif
STANDARD_BACKENDS= ${_FREEBSD_BACKENDS} AMDGPU AVR BPF Hexagon Lanai \
- MSP430 NVPTX Sparc SystemZ WebAssembly XCore
+ Mips MSP430 NVPTX Sparc SystemZ WebAssembly XCore
_BE_LIBS_COMMON= CodeGen Desc Info
_BE_LIBS_AArch64= AsmParser Disassembler Utils
_BE_LIBS_BACKWARDS_AArch64=Exegesis
diff --git a/devel/llvm14/Makefile b/devel/llvm14/Makefile
index 522d92bd405b..e50717040e7d 100644
--- a/devel/llvm14/Makefile
+++ b/devel/llvm14/Makefile
@@ -327,7 +327,7 @@ FREEBSD_BACKENDS+= WebAssembly
NATIVE_BACKENDS+= WebAssembly
.endif
STANDARD_BACKENDS= ${_FREEBSD_BACKENDS} AMDGPU AVR BPF Hexagon Lanai \
- MSP430 NVPTX Sparc SystemZ VE WebAssembly XCore
+ Mips MSP430 NVPTX Sparc SystemZ VE WebAssembly XCore
_BE_LIBS_COMMON= CodeGen Desc Info
_BE_LIBS_AArch64= AsmParser Disassembler Utils
_BE_LIBS_BACKWARDS_AArch64=Exegesis
diff --git a/devel/llvm15/Makefile b/devel/llvm15/Makefile
index b595942ba26b..541a19157b71 100644
--- a/devel/llvm15/Makefile
+++ b/devel/llvm15/Makefile
@@ -349,7 +349,7 @@ FREEBSD_BACKENDS+= WebAssembly
NATIVE_BACKENDS+= WebAssembly
.endif
STANDARD_BACKENDS= ${_FREEBSD_BACKENDS} AMDGPU AVR BPF Hexagon Lanai \
- MSP430 NVPTX Sparc SystemZ VE WebAssembly XCore
+ Mips MSP430 NVPTX Sparc SystemZ VE WebAssembly XCore
_BE_LIBS_COMMON= CodeGen Desc Info
_BE_LIBS_AArch64= AsmParser Disassembler Utils
_BE_LIBS_BACKWARDS_AArch64=Exegesis
diff --git a/devel/llvm16/Makefile b/devel/llvm16/Makefile
index 976bf428084e..3ca1b3b73f3e 100644
--- a/devel/llvm16/Makefile
+++ b/devel/llvm16/Makefile
@@ -355,7 +355,7 @@ FREEBSD_BACKENDS+= WebAssembly
NATIVE_BACKENDS+= WebAssembly
.endif
STANDARD_BACKENDS= ${_FREEBSD_BACKENDS} AMDGPU AVR BPF Hexagon Lanai \
- LoongArch MSP430 NVPTX Sparc SystemZ VE WebAssembly XCore
+ LoongArch Mips MSP430 NVPTX Sparc SystemZ VE WebAssembly XCore
_BE_LIBS_COMMON= CodeGen Desc Info
_BE_LIBS_AArch64= AsmParser Disassembler Utils
_BE_LIBS_BACKWARDS_AArch64=Exegesis
diff --git a/devel/llvm17/Makefile b/devel/llvm17/Makefile
index 7eb622bd2ece..d4362887356a 100644
--- a/devel/llvm17/Makefile
+++ b/devel/llvm17/Makefile
@@ -359,7 +359,7 @@ FREEBSD_BACKENDS+= WebAssembly
NATIVE_BACKENDS+= WebAssembly
.endif
STANDARD_BACKENDS= ${_FREEBSD_BACKENDS} AMDGPU AVR BPF Hexagon Lanai \
- LoongArch MSP430 NVPTX SystemZ VE WebAssembly XCore
+ LoongArch Mips MSP430 NVPTX SystemZ VE WebAssembly XCore
_BE_LIBS_COMMON= CodeGen Desc Info
_BE_INCS_AArch64= arm_sme_draft_spec_subject_to_change.h
_BE_LIBS_AArch64= AsmParser Disassembler Utils
diff --git a/devel/llvm18/Makefile b/devel/llvm18/Makefile
index b9297479f3d2..575f41258e95 100644
--- a/devel/llvm18/Makefile
+++ b/devel/llvm18/Makefile
@@ -363,7 +363,7 @@ FREEBSD_BACKENDS+= WebAssembly
NATIVE_BACKENDS+= WebAssembly
.endif
STANDARD_BACKENDS= ${_FREEBSD_BACKENDS} AMDGPU AVR BPF Hexagon Lanai \
- LoongArch MSP430 NVPTX SystemZ VE WebAssembly XCore
+ LoongArch Mips MSP430 NVPTX SystemZ VE WebAssembly XCore
_BE_LIBS_COMMON= CodeGen Desc Info
_BE_LIBS_AArch64= AsmParser Disassembler Utils
_BE_LIBS_BACKWARDS_AArch64=Exegesis
diff --git a/devel/llvm19/Makefile b/devel/llvm19/Makefile
index 554951f5e80a..6569c2461b73 100644
--- a/devel/llvm19/Makefile
+++ b/devel/llvm19/Makefile
@@ -380,7 +380,7 @@ FREEBSD_BACKENDS+= WebAssembly
NATIVE_BACKENDS+= WebAssembly
.endif
STANDARD_BACKENDS= ${_FREEBSD_BACKENDS} AMDGPU AVR BPF Hexagon Lanai \
- LoongArch MSP430 NVPTX SystemZ VE WebAssembly XCore
+ LoongArch Mips MSP430 NVPTX SystemZ VE WebAssembly XCore
_BE_LIBS_COMMON= CodeGen Desc Info
_BE_LIBS_AArch64= AsmParser Disassembler Utils
_BE_LIBS_BACKWARDS_AArch64=Exegesis
diff --git a/devel/llvm20/Makefile b/devel/llvm20/Makefile
index 1da9573d5eaf..55db4200109d 100644
--- a/devel/llvm20/Makefile
+++ b/devel/llvm20/Makefile
@@ -386,7 +386,7 @@ FREEBSD_BACKENDS+= WebAssembly
NATIVE_BACKENDS+= WebAssembly
.endif
STANDARD_BACKENDS= ${_FREEBSD_BACKENDS} AMDGPU AVR BPF Hexagon Lanai \
- LoongArch MSP430 NVPTX SPIRV SystemZ VE WebAssembly \
+ LoongArch Mips MSP430 NVPTX SPIRV SystemZ VE WebAssembly \
XCore
_BE_LIBS_COMMON= CodeGen Desc Info
_BE_LIBS_AArch64= AsmParser Disassembler Utils
diff --git a/devel/llvm21/Makefile b/devel/llvm21/Makefile
index 56e4c6daf9bc..059a310d813c 100644
--- a/devel/llvm21/Makefile
+++ b/devel/llvm21/Makefile
@@ -386,7 +386,7 @@ FREEBSD_BACKENDS+= WebAssembly
NATIVE_BACKENDS+= WebAssembly
.endif
STANDARD_BACKENDS= ${_FREEBSD_BACKENDS} AMDGPU AVR BPF Hexagon Lanai \
- LoongArch MSP430 NVPTX SPIRV SystemZ VE WebAssembly \
+ LoongArch Mips MSP430 NVPTX SPIRV SystemZ VE WebAssembly \
XCore
_BE_LIBS_COMMON= CodeGen Desc Info
_BE_LIBS_AArch64= AsmParser Disassembler Utils
diff --git a/devel/llvm22/Makefile b/devel/llvm22/Makefile
index 5f17ba53b170..66000ab91de4 100644
--- a/devel/llvm22/Makefile
+++ b/devel/llvm22/Makefile
@@ -387,7 +387,7 @@ FREEBSD_BACKENDS+= WebAssembly
NATIVE_BACKENDS+= WebAssembly
.endif
STANDARD_BACKENDS= ${_FREEBSD_BACKENDS} AMDGPU AVR BPF Hexagon Lanai \
- LoongArch MSP430 NVPTX SPIRV SystemZ VE WebAssembly \
+ LoongArch Mips MSP430 NVPTX SPIRV SystemZ VE WebAssembly \
XCore
_BE_LIBS_COMMON= CodeGen Desc Info
_BE_LIBS_AArch64= AsmParser Disassembler Utils