Skip to content

Commit d40fbd4

Browse files
committed
Stop passing -fshort-wchar
This is no longer necessary now that we no longer use wchar_t. Signed-off-by: Peter Collingbourne <[email protected]>
1 parent b7d7fbf commit d40fbd4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

records/tools/armclang.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ tool_specific:
2323
- -ffunction-sections
2424
- -fno-builtin
2525
- -fshort-enums
26-
- -fshort-wchar
2726
- -funsigned-char
2827
- -masm=auto
2928
- -nostdlib

records/tools/gcc_arm.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ tool_specific:
1818
- -ffunction-sections
1919
- -fdata-sections
2020
- -std=gnu11
21-
- -fshort-wchar
2221
- -fno-common
2322
- -ffreestanding
2423
- -fverbose-asm

0 commit comments

Comments
 (0)