Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

Commit

Permalink
Merge pull request #485 from cw2/fix-gcc-build
Browse files Browse the repository at this point in the history
Reverted change from previous commit that broke GCC builds
  • Loading branch information
smaillet-ms authored Aug 9, 2016
2 parents e8ae0ab + e80279c commit fe1254b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Targets/Microsoft.Spot.system.gcc.targets
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
<GCCSTDLIBS>-lstdc++ -lsupc++ -lm -lgcc -lc </GCCSTDLIBS>

<!-- Use newlib-nano (default) or newlib -->
<LINK_NANO_SPECS Condition="'$(NewlibNano)' != 'false'">-specs="$(GNU_LIBGCC_DIR)\nano.specs" -specs="$(GNU_LIBGCC_DIR)\nosys.specs" </LINK_NANO_SPECS>
<LINK_NANO_SPECS Condition="'$(NewlibNano)' != 'false'">-specs="$(GNU_LIBGCC_DIR)\nano.specs" </LINK_NANO_SPECS>
</PropertyGroup>

<!-- item group -->
Expand Down

0 comments on commit fe1254b

Please sign in to comment.