Disabled "nano.specs" for ARM-based platforms // Resolve #219

This commit is contained in:
Ivan Kravets
2015-05-29 17:47:30 +03:00
parent 0c2a15a866
commit 1debe847d4
2 changed files with 3 additions and 2 deletions

View File

@ -6,6 +6,8 @@ Release History
* Integrate PlatformIO with `Circle CI <https://circleci.com>`_ and
`Shippable CI <https://shippable.com>`_
* Disabled "nano.specs" for ARM-based platforms
(`issue #219 <https://github.com/platformio/platformio/issues/219>`_)
* Fixed resolving of C/C++ std libs by Eclipse IDE
(`issue #220 <https://github.com/platformio/platformio/issues/220>`_)
* Fixed "ConnectionError" when PlatformIO SF Storage is off-line

View File

@ -47,8 +47,7 @@ env.Replace(
"-Os",
"-Wl,--gc-sections,--relax",
"-mthumb",
"-mcpu=${BOARD_OPTIONS['build']['cpu']}",
"--specs=nano.specs"
"-mcpu=${BOARD_OPTIONS['build']['cpu']}"
],
LIBS=["c", "gcc", "m"],