File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,9 @@ yet. Bug reports are always welcome at the issue tracker below!
179
179
* - s390
180
180
- Maintained
181
181
- ``LLVM=1 `` (LLVM >= 18.1.0), ``CC=clang `` (LLVM < 18.1.0)
182
+ * - sparc (sparc64 only)
183
+ - Maintained
184
+ - ``CC=clang LLVM_IAS=0 `` (LLVM >= 20)
182
185
* - um (User Mode)
183
186
- Maintained
184
187
- ``LLVM=1 ``
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ CLANG_TARGET_FLAGS_mips := mipsel-linux-gnu
10
10
CLANG_TARGET_FLAGS_powerpc := powerpc64le-linux-gnu
11
11
CLANG_TARGET_FLAGS_riscv := riscv64-linux-gnu
12
12
CLANG_TARGET_FLAGS_s390 := s390x-linux-gnu
13
+ CLANG_TARGET_FLAGS_sparc := sparc64-linux-gnu
13
14
CLANG_TARGET_FLAGS_x86 := x86_64-linux-gnu
14
15
CLANG_TARGET_FLAGS_um := $(CLANG_TARGET_FLAGS_$(SUBARCH))
15
16
CLANG_TARGET_FLAGS := $(CLANG_TARGET_FLAGS_$(SRCARCH))
You can’t perform that action at this time.
0 commit comments