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

Commit fe1254b

Browse files
authored
Merge pull request #485 from cw2/fix-gcc-build
Reverted change from previous commit that broke GCC builds
2 parents e8ae0ab + e80279c commit fe1254b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/Targets/Microsoft.Spot.system.gcc.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
<GCCSTDLIBS>-lstdc++ -lsupc++ -lm -lgcc -lc </GCCSTDLIBS>
222222

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

227227
<!-- item group -->

0 commit comments

Comments
 (0)