Skip to content

Commit 1bb31ea

Browse files
committed
crosstool-ng: Update to pull in fix for nano.spec
pull in nano.spec fix that links with -lc_nano instead of -lc (same for other nano lib variants, libm, libstdc++, etc..) Signed-off-by: Kumar Gala <[email protected]>
1 parent 6ff84fa commit 1bb31ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [ "$os" == "macos" ]; then
2828
SDK_NG_HOME="/Volumes/${ImageName}"
2929
fi
3030

31-
CROSSTOOL_COMMIT="4d5660e34e7c5f522e8b07ded82d7a6a15b787ef"
31+
CROSSTOOL_COMMIT="e0117582601a9a60fe279fda920da3875a0db366"
3232
build_crosstool()
3333
{
3434
# only build if we don't already have a built binary

0 commit comments

Comments
 (0)