Skip to content

Commit a2148d8

Browse files
committed
gcc: Add --oslib= support for picolibc
This adds the --oslib= option so that picolibc users can specify --oslib=semihost to use the picolibc-provided semihosting support. Signed-off-by: Keith Packard <keithp@keithp.com>
1 parent 2534442 commit a2148d8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitmodules

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@
3939
[submodule "picolibc"]
4040
path = picolibc
4141
url = https://github.com/picolibc/picolibc.git
42+
[submodule "gcc"]
43+
url = https://github.com/keith-packard/gcc.git

gcc

Submodule gcc updated from 1ea978e to cf539d4

0 commit comments

Comments
 (0)