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

Commit e80279c

Browse files
committed
Reverted change from previous commit that broke GCC builds
Removed nosys.specs that caused "undefined reference to 'end'" error in _sbrk function.
1 parent 513f5ae commit e80279c

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)