Skip to content

Commit 6aefbb3

Browse files
committed
go.sh: remove newlib-nano dir
Now that upstream crosstool supports building newlib-nano we remove the output dir ${CT_PREFIX}/*/newlib-nano as we don't need those files since we keep newlib nano files as part of the toolchain install. Signed-off-by: Kumar Gala <[email protected]>
1 parent 1994bc2 commit 6aefbb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ for t in ${TARGETS}; do
112112
if [ $? != 0 ]; then
113113
exit 1
114114
fi
115+
rm -rf ${CT_PREFIX}/*/newlib-nano
115116
fi
116117

117118
popd

0 commit comments

Comments
 (0)