Skip to content
This repository was archived by the owner on Mar 7, 2021. It is now read-only.

Commit 28f3ea7

Browse files
committed
Do not pretend to be a GNU/Linux
1 parent 7e427ff commit 28f3ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x86_64-linux-kernel-module.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"features": "-mmx,-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-3dnow,-3dnowa,-avx,-avx2,+soft-float",
1010
"linker-flavor": "gcc",
1111
"linker-is-gnu": true,
12-
"llvm-target": "x86_64-unknown-linux-gnu",
12+
"llvm-target": "x86_64-elf",
1313
"max-atomic-width": 64,
1414
"no-compiler-rt": true,
1515
"os": "none",

0 commit comments

Comments
 (0)