Skip to content

Commit 9398e52

Browse files
committed
scripts: Add -mb-extended-charsets=true for test-picolibc
The additional locales are required for full glibc test runs. Signed-off-by: Keith Packard <[email protected]>
1 parent f05e6f2 commit 9398e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test-picolibc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77

88
#test=echo
99

10-
options="-Dwant-math-errno=true -Dio-long-double=true -Dwerror=true -Dnewlib-mb=true"
10+
options="-Dwant-math-errno=true -Dio-long-double=true -Dwerror=true -Dmb-capable=true -Dmb-extended-charsets=true"
1111
minoptions="$options"
1212
reloptions="$options --buildtype=release -Dbuild-type-subdir=release -Dwerror=true"
1313

0 commit comments

Comments
 (0)