Skip to content

Commit

Permalink
Merge pull request #476 from tock/add-shas
Browse files Browse the repository at this point in the history
libs: add shas for new newlib/libc++
  • Loading branch information
alevy authored Nov 13, 2024
2 parents 4fbc2a0 + 172e073 commit 7f8181d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion lib/fetch-libc++.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

GCC_VERSION=$1

if [ $GCC_VERSION = "13.2.0" ]; then
if [ $GCC_VERSION = "14.1.0" ]; then
GCC_SHA="46d50ea6a380f2c977e6aad187da216c35b793b31b3ea6de9646339c2a22f13c"
elif [ $GCC_VERSION = "13.2.0" ]; then
GCC_SHA="9940242a1390f897f8c3fe6e7a8821e863580797f9a6e80a91f52e41dd8086a1"
elif [ $GCC_VERSION = "12.3.0" ]; then
GCC_SHA="b0686eb1905594bde7b746fc58be97aceac8f802d8b5171adb6a4e84f3906d30"
Expand Down
4 changes: 3 additions & 1 deletion lib/fetch-newlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

NEWLIB_VERSION=$1

if [ $NEWLIB_VERSION = "4.3.0.20230120" ]; then
if [ $NEWLIB_VERSION = "4.4.0.20231231" ]; then
NEWLIB_SHA="686af44e1bba625eb24b3cfb1fd2d48a61848c1edebbd49b5dbec554ebf2ea94"
elif [ $NEWLIB_VERSION = "4.3.0.20230120" ]; then
NEWLIB_SHA="2595f02f7cb2fd2e444f4ddc7955deca4c52deb3f91411c4d28326be8b0d9e0d"
elif [ $NEWLIB_VERSION = "4.2.0.20211231" ]; then
NEWLIB_SHA="5916d76f1cc3c0f5487275823c85a9a9954edfa15f5706342ecb254d634ed559"
Expand Down

0 comments on commit 7f8181d

Please sign in to comment.