cesanta / mjs

Embedded JavaScript engine for C/C++
https://mongoose-os.com
Other
1.91k stars 176 forks source link

Don't rely on __ARMCC_VERSION #178

Closed paulrouget closed 3 years ago

paulrouget commented 3 years ago

As far as I understand, this will not work with gcc.

rojer commented 3 years ago

from what i see, it's being used to work around arm toolchain issues compared to gcc.