mbed-os/targets/TARGET_ublox/TARGET_HI2110/device/TOOLCHAIN_GCC_ARM
Brian Daniels b0739d7520 Fixing Cortex-A and SARA_NBIOT_EVK build failures (#3)
* Adding Cortex-A support for gnuarmeclipse
* Preventing '-mthumb' from being added to Cortex-A builds.
Previously, both '-mthumb' and '-marm' were being supplied to the
compiler (in that order). Because '-marm' came last, the compiler
respected this option. This change makes it so '-mthumb' is added for
all 'Cortex-M' targets only.
* Renaming to capital .S for Eclipse compatibility
2017-02-07 21:18:18 +02:00
..
hi2110.ld Add u-blox Sara-N target. 2016-10-15 12:06:29 +01:00
startup_hi2110.S Fixing Cortex-A and SARA_NBIOT_EVK build failures (#3) 2017-02-07 21:18:18 +02:00