mbed-os/libraries
Adam Green 5b5d7ee1d4 Fix issue #1599
My previous commit, c6d2c81, broke Keil builds and maybe even IAR.

I need to learn how to read C code :)  I thought I was masking off the
O_BINARY bit only for GCC builds but it turns out that my update was
in the fall-through case for all toolchains.  This commit now places
the O_BINARY masking operation into a GCC specific #ifdef clause.

Testing:
I tested the same fopen("/local/out.txt","rb") code as before but this
time I built it with the online compiler and GCC_ARM. I tested the
resulting binaries on mbed-LPC11U24 and mbed-LPC1768 boards.

Thanks to @neilt6 for catching & reporting this!
2016-03-08 14:13:00 -08:00
..
USBDevice Support of export function to the IAR. 2016-02-15 14:49:31 +09:00
USBHost Support of export function to the IAR. 2016-02-15 14:49:31 +09:00
doc Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00
dsp [dsp lib] update CMSIS dsp 4.5 2015-11-18 23:26:25 +01:00
fs [FATFileSystem] Fixed API integer widths 2015-11-26 09:59:52 -07:00
mbed Fix issue #1599 2016-03-08 14:13:00 -08:00
net Modify the format of code 2015-11-02 17:50:04 +09:00
rpc Enable rpc library usage on the Nucleo_F072 & Nucleo_F411RE boards 2016-03-08 09:03:25 +00:00
rtos Add STM32L073RZ device 2016-02-29 16:21:24 +01:00
tests Adding more [NOT_SUPPORTED] messages to tests 2016-03-02 13:13:36 -06:00