Skip to content

Commit bbd41c9

Browse files
stephanosiogalak
authored andcommitted
crosstool-ng: Update to pull in gcc TM clone registry config
Update build script to pull in the crosstool-ng commit that supports the new `CT_CC_GCC_TM_CLONE_REGISTRY` config option. This option is disabled by default and will therefore add `--disable-tm-clone-registry` during gcc build to disable the unused transactional memory clone registry in libgcc. For more details, refer to the issue #345. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent bec8530 commit bbd41c9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

go.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [ "$TARGETS" == "all" ]; then
1212
TARGETS=${TARGETS}" tools"
1313
fi
1414

15-
COMMIT="dded2f648af7eca10223df7b162a1f19c6757759"
15+
COMMIT="c873543d2f41a6f0053097d52550da501570856b"
1616
GITDIR=${PWD}
1717
JOBS=$(python -c 'import multiprocessing as mp; print(mp.cpu_count())')
1818

release-notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
- newlib:
88
* Added multithreading support
99

10+
- gcc:
11+
* Removed libgcc transactional memory clone registry support
12+
1013
## Zephyr SDK 0.13.0-alpha-1
1114

1215
- general:

0 commit comments

Comments
 (0)