mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-04 19:52:28 +00:00
Allow -c to be specified with -E in cosmocc
This commit is contained in:
parent
4ed4a1095a
commit
f8cfc89eba
10 changed files with 41 additions and 4 deletions
|
@ -17,6 +17,7 @@
|
|||
"__GNUC__"
|
||||
"__APPLE__"
|
||||
"__linux__"
|
||||
"__gnu_linux__"
|
||||
"__HAIKU__"
|
||||
"__CYGWIN__"
|
||||
"__EMSCRIPTEN__"
|
||||
|
@ -25,10 +26,13 @@
|
|||
"__NetBSD__"
|
||||
"__NetBSD_Version__"
|
||||
"__OpenBSD__"
|
||||
"__Fuchsia__"
|
||||
"__COSMOPOLITAN__"
|
||||
"__COSMOCC__"
|
||||
"__FATCOSMOCC__"
|
||||
"__GLIBC__"
|
||||
"__ELF__"
|
||||
"__GNU__"
|
||||
"__linux"
|
||||
"__MACH__"
|
||||
"__GNUG__"
|
||||
|
@ -128,6 +132,8 @@
|
|||
"__ARM_FP16_IEEE"
|
||||
"__ARM_FP_FAST"
|
||||
"__powerpc__"
|
||||
"__POWERPC__"
|
||||
"__ppc__"
|
||||
"__powerpc64__"
|
||||
"__POWER9_VECTOR__"
|
||||
"__wasm_simd128__"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue