Allow -c to be specified with -E in cosmocc

This commit is contained in:
Justine Tunney 2024-07-31 02:09:15 -07:00
parent 4ed4a1095a
commit f8cfc89eba
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
10 changed files with 41 additions and 4 deletions

View file

@ -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__"