Skip to content

Commit 1a46ddb

Browse files
committed
picolibc: Remove lite-exit and atomic-signal configs
1. lite-exit is used by default and removed in the latest Picolibc. 2. atomic-signal is removed in the latest Picolibc. It will be always turned on. Signed-off-by: Yuriy Kolerov <[email protected]>
1 parent d07ed8b commit 1a46ddb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -951,10 +951,8 @@ PICOLIBC_COMMON_CONFIGURE_OPTIONS := \
951951
-Dincludedir=include \
952952
-Dsystem-libc=true \
953953
-Dposix-console=true \
954-
-Dlite-exit=true \
955954
-Dnewlib-obsolete-math=false \
956955
-Dwant-math-errno=true \
957-
-Datomic-signal=false \
958956
-Dassert-verbose=true \
959957
-Ddebug=true \
960958
-Dwerror=true

0 commit comments

Comments
 (0)