Skip to content

Commit 0b56452

Browse files
Rebuild libpico/libbearssl using GCC 12.3 (#1686)
1 parent b9c66ca commit 0b56452

File tree

7 files changed

+1
-1
lines changed

7 files changed

+1
-1
lines changed

lib/libbearssl.a

-3.85 MB
Binary file not shown.

lib/libpico.a

-213 KB
Binary file not shown.

lib/libpicow-ipv6-btc-ble.a

-1.02 MB
Binary file not shown.

lib/libpicow-ipv6-nobtc-noble.a

-364 KB
Binary file not shown.

lib/libpicow-noipv6-btc-ble.a

-983 KB
Binary file not shown.

lib/libpicow-noipv6-nobtc-noble.a

-306 KB
Binary file not shown.

tools/libbearssl/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
VER_H=../../include/bearssl/bearssl_git.h
44

55
all T0 clean: bearssl/README.txt
6-
PATH="$(PATH):$(PWD)/../../system/arm-none-eabi/bin/" && cd bearssl && $(MAKE) CONF=pico $@
6+
PATH="$(PWD)/../../system/arm-none-eabi/bin/:$(PATH)" && arm-none-eabi-gcc --version && cd bearssl && $(MAKE) CONF=pico $@
77

88
install: all version-header
99
cp bearssl/pico/libbearssl.a ../../lib/.

0 commit comments

Comments
 (0)