Skip to content

Commit b77e3cb

Browse files
authored
[ATfE] Enable picolibc, compiler-rt and libcxx texts for armv4t and armv5te exn_rtti (#471)
The tests are passing now, so we can enable them.
1 parent 0382b5e commit b77e3cb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

arm-software/embedded/arm-multilib/json/variants/armv4t_exn_rtti_size.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
},
2222
"picolibc": {
2323
"ENABLE_CXX_LIBS": "ON",
24-
"ENABLE_LIBC_TESTS": "OFF",
25-
"ENABLE_COMPILER_RT_TESTS": "OFF",
26-
"ENABLE_LIBCXX_TESTS": "OFF"
24+
"ENABLE_LIBC_TESTS": "ON",
25+
"ENABLE_COMPILER_RT_TESTS": "ON",
26+
"ENABLE_LIBCXX_TESTS": "ON"
2727
},
2828
"newlib": {
2929
"ENABLE_CXX_LIBS": "ON",

arm-software/embedded/arm-multilib/json/variants/armv5te_exn_rtti_size.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
},
2222
"picolibc": {
2323
"ENABLE_CXX_LIBS": "ON",
24-
"ENABLE_LIBC_TESTS": "OFF",
25-
"ENABLE_COMPILER_RT_TESTS": "OFF",
26-
"ENABLE_LIBCXX_TESTS": "OFF"
24+
"ENABLE_LIBC_TESTS": "ON",
25+
"ENABLE_COMPILER_RT_TESTS": "ON",
26+
"ENABLE_LIBCXX_TESTS": "ON"
2727
},
2828
"newlib": {
2929
"ENABLE_CXX_LIBS": "ON",

0 commit comments

Comments
 (0)