Unverified Commit 0b56452c authored by Earle F. Philhower, III's avatar Earle F. Philhower, III Committed by GitHub

Rebuild libpico/libbearssl using GCC 12.3 (#1686)

parent b9c66ca0
No preview for this file type
No preview for this file type
......@@ -3,7 +3,7 @@
VER_H=../../include/bearssl/bearssl_git.h
all T0 clean: bearssl/README.txt
PATH="$(PATH):$(PWD)/../../system/arm-none-eabi/bin/" && cd bearssl && $(MAKE) CONF=pico $@
PATH="$(PWD)/../../system/arm-none-eabi/bin/:$(PATH)" && arm-none-eabi-gcc --version && cd bearssl && $(MAKE) CONF=pico $@
install: all version-header
cp bearssl/pico/libbearssl.a ../../lib/.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment