1
0
mirror of https://github.com/rcore-os/rCore.git synced 2025-01-19 01:07:05 +04:00

Add a target spcification that disables SSE and the red zone

This commit is contained in:
Philipp Oppermann 2017-04-11 17:44:09 +02:00
parent 8e5a85ece4
commit 9f578640d8

12
x86_64-blog_os.json Normal file
View File

@ -0,0 +1,12 @@
{
"llvm-target": "x86_64-unknown-none",
"data-layout": "e-m:e-i64:64-f80:128-n8:16:32:64-S128",
"linker-flavor": "gcc",
"target-endian": "little",
"target-pointer-width": "64",
"target-c-int-width": "32",
"arch": "x86_64",
"os": "none",
"disable-redzone": true,
"features": "-mmx,-sse,+soft-float"
}