This is an automated email from the ASF dual-hosted git repository.
janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git
The following commit(s) were added to refs/heads/master by this push:
new 158c30fa7 libc/baselibc: Fix ld flags
158c30fa7 is described below
commit 158c30fa78f6a93eb267896380f2a03a93cc1527
Author: Michal Gorecki <[email protected]>
AuthorDate: Tue Apr 9 14:42:28 2024 +0200
libc/baselibc: Fix ld flags
This adds umain ld flag to baselibc pkg, as it is still needed
for building bootloader targets.
---
libc/baselibc/pkg.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libc/baselibc/pkg.yml b/libc/baselibc/pkg.yml
index b751946e8..aa232757e 100644
--- a/libc/baselibc/pkg.yml
+++ b/libc/baselibc/pkg.yml
@@ -35,4 +35,4 @@ pkg.cflags:
- -fno-builtin-malloc
pkg.lflags:
- - -specs=nosys.specs:
+ - -umain