Add new required target-c-int-width field to target json (#354)

This commit is contained in:
Philipp Oppermann
2017-10-03 13:11:22 +02:00
committed by GitHub
parent 0175e83387
commit 82c4a6f0a0
3 changed files with 6 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"linker-flavor": "gcc",
"target-endian": "little",
"target-pointer-width": "64",
"target-c-int-width": "32",
"arch": "x86_64",
"os": "none",
"features": "-mmx,-sse,+soft-float",