Skip to content

Commit 075cdd3

Browse files
galaknashif
authored andcommitted
Update crosstool-ng version
Move to version f8874f447e40852d33d65c1f443a90b0760901df which gets us DTC as part of crosstool-ng. Also this version has accepted the ARM CMSE patches so we can drop them as well. Signed-off-by: Kumar Gala <[email protected]>
1 parent bb79dcc commit 075cdd3

File tree

3 files changed

+1
-110
lines changed

3 files changed

+1
-110
lines changed

go.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if [ -z "$TARGETS" ]; then
99
fi
1010

1111
REQUIRED_VERSION=1.23.0
12-
COMMIT="b82b8adb441001fc1c7f6d5603834861a2de0d2b"
12+
COMMIT="f8874f447e40852d33d65c1f443a90b0760901df"
1313
GITDIR=${PWD}
1414
JOBS=$(python -c 'import multiprocessing as mp; print(mp.cpu_count())')
1515

patches/gcc/8.2.0/0020-ARM-fix-cmse.patch

Lines changed: 0 additions & 69 deletions
This file was deleted.

patches/gcc/8.2.0/0021-arm-Make-arm_cmse.h-C99-compatible.patch

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)