kiml / PSOC_compiler

Tutorial/starter code for setting up GCC for PSOC5 (ARM) in an open-source baremetal configuration.
Other
33 stars 6 forks source link

Set POSIXLY_CORRECT=1 for mergehex. #1

Open lowfatcomputing opened 9 years ago

lowfatcomputing commented 9 years ago

This will ensure proper argument ordering on GNU/Linux and shouldn't cause problems on other systems.

Temporary fix for kiml/PSOC_programmer#3

Thanks, Andreas