Skip to content

Commit 172e073

Browse files
committed
libs: add shas for new newlib/libc++
This should have been part of #470.
1 parent 4fbc2a0 commit 172e073

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

lib/fetch-libc++.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
GCC_VERSION=$1
44

5-
if [ $GCC_VERSION = "13.2.0" ]; then
5+
if [ $GCC_VERSION = "14.1.0" ]; then
6+
GCC_SHA="46d50ea6a380f2c977e6aad187da216c35b793b31b3ea6de9646339c2a22f13c"
7+
elif [ $GCC_VERSION = "13.2.0" ]; then
68
GCC_SHA="9940242a1390f897f8c3fe6e7a8821e863580797f9a6e80a91f52e41dd8086a1"
79
elif [ $GCC_VERSION = "12.3.0" ]; then
810
GCC_SHA="b0686eb1905594bde7b746fc58be97aceac8f802d8b5171adb6a4e84f3906d30"

lib/fetch-newlib.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
NEWLIB_VERSION=$1
44

5-
if [ $NEWLIB_VERSION = "4.3.0.20230120" ]; then
5+
if [ $NEWLIB_VERSION = "4.4.0.20231231" ]; then
6+
NEWLIB_SHA="686af44e1bba625eb24b3cfb1fd2d48a61848c1edebbd49b5dbec554ebf2ea94"
7+
elif [ $NEWLIB_VERSION = "4.3.0.20230120" ]; then
68
NEWLIB_SHA="2595f02f7cb2fd2e444f4ddc7955deca4c52deb3f91411c4d28326be8b0d9e0d"
79
elif [ $NEWLIB_VERSION = "4.2.0.20211231" ]; then
810
NEWLIB_SHA="5916d76f1cc3c0f5487275823c85a9a9954edfa15f5706342ecb254d634ed559"

0 commit comments

Comments
 (0)