Skip to content

Commit 5bd860f

Browse files
galaknashif
authored andcommitted
update croostool-ng to 1.24.0-rc1
This pulls in binutils-2.32 so we can drop the riscv patches. Signed-off-by: Kumar Gala <[email protected]>
1 parent ccaf26c commit 5bd860f

24 files changed

+10
-3419
lines changed

configs/arc.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
CT_CONFIG_VERSION="2"
12
CT_OBSOLETE=y
23
CT_LOCAL_TARBALLS_DIR="${CT_PREFIX:-${HOME}/x-tools}/sources"
34
# CT_PREFIX_DIR_RO is not set

configs/arm.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
CT_CONFIG_VERSION="2"
12
CT_OBSOLETE=y
23
CT_LOCAL_TARBALLS_DIR="${CT_PREFIX:-${HOME}/x-tools}/sources"
34
# CT_PREFIX_DIR_RO is not set

configs/i586.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
CT_CONFIG_VERSION="2"
12
CT_OBSOLETE=y
23
CT_LOCAL_TARBALLS_DIR="${CT_PREFIX:-${HOME}/x-tools}/sources"
34
# CT_PREFIX_DIR_RO is not set

configs/iamcu.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
CT_CONFIG_VERSION="2"
12
CT_OBSOLETE=y
23
CT_LOCAL_TARBALLS_DIR="${CT_PREFIX:-${HOME}/x-tools}/sources"
34
# CT_PREFIX_DIR_RO is not set

configs/mips.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
CT_CONFIG_VERSION="2"
12
CT_OBSOLETE=y
23
CT_LOCAL_TARBALLS_DIR="${CT_PREFIX:-${HOME}/x-tools}/sources"
34
# CT_PREFIX_DIR_RO is not set
@@ -6,7 +7,6 @@ CT_LOCAL_PATCH_DIR="${CT_TOP_DIR}/../../patches"
67
# CT_LOG_PROGRESS_BAR is not set
78
CT_ARCH_MIPS=y
89
CT_MULTILIB=y
9-
CT_ARCH_LE_BE=y
1010
CT_TARGET_VENDOR="zephyr"
1111
CT_LIBC_NEWLIB_IO_FLOAT=y
1212
# CT_LIBC_NEWLIB_FSEEK_OPTIMIZATION is not set

configs/nios2.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
CT_CONFIG_VERSION="2"
12
CT_OBSOLETE=y
23
CT_LOCAL_TARBALLS_DIR="${CT_PREFIX:-${HOME}/x-tools}/sources"
34
# CT_PREFIX_DIR_RO is not set

configs/riscv32.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
CT_CONFIG_VERSION="2"
12
CT_OBSOLETE=y
23
CT_EXPERIMENTAL=y
34
CT_LOCAL_TARBALLS_DIR="${CT_PREFIX:-${HOME}/x-tools}/sources"
@@ -10,7 +11,7 @@ CT_ARCH_RISCV=y
1011
CT_ARCH_ARCH="rv32ima"
1112
CT_ARCH_ABI="ilp32"
1213
CT_TARGET_VENDOR="zephyr"
13-
CT_NEWLIB_V_2_5_0=y
14+
CT_NEWLIB_V_2_5=y
1415
CT_LIBC_NEWLIB_IO_FLOAT=y
1516
# CT_LIBC_NEWLIB_FSEEK_OPTIMIZATION is not set
1617
CT_LIBC_NEWLIB_DISABLE_SUPPLIED_SYSCALLS=y

configs/xtensa.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
CT_CONFIG_VERSION="2"
12
CT_OBSOLETE=y
23
CT_EXPERIMENTAL=y
34
CT_LOCAL_TARBALLS_DIR="${CT_PREFIX:-${HOME}/x-tools}/sources"
@@ -7,7 +8,6 @@ CT_LOCAL_PATCH_DIR="${CT_TOP_DIR}/../../patches"
78
# CT_LOG_PROGRESS_BAR is not set
89
CT_ARCH_XTENSA=y
910
CT_XTENSA_CUSTOM=y
10-
CT_ARCH_LE_BE=y
1111
CT_OVERLAY_NAME="sample_controller"
1212
CT_OVERLAY_LOCATION="./overlays"
1313
CT_TARGET_VENDOR="zephyr"

go.sh

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

15-
REQUIRED_VERSION=1.23.0
16-
COMMIT="f8874f447e40852d33d65c1f443a90b0760901df"
15+
COMMIT="fb744d81588395a97cee951a151a56501a500e42"
1716
GITDIR=${PWD}
1817
JOBS=$(python -c 'import multiprocessing as mp; print(mp.cpu_count())')
1918

patches/binutils/2.31.1/0001-RISC-V-Fix-gas-configure-support-for-riscv.patch

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

0 commit comments

Comments
 (0)