Skip to content

Commit 7dca94e

Browse files
committed
sysroot: arm: Fix GCC source URL
Signed-off-by: Dakkshesh <beakthoven@gmail.com>
1 parent 9cd3fd7 commit 7dca94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sysroot/build-arm-sysroot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ prep_env
2525
cd "${SOURCE_DIR}"
2626
get_tar "ftp://sourceware.org/pub/newlib/newlib-${NEWLIB_VER}.tar.gz" "newlib-${NEWLIB_VER}.tar.gz"
2727
NEWLIB_SDIR="${SOURCE_DIR}/newlib-${NEWLIB_VER}"
28-
get_tar "https://ftp.gnu.org/gnu/gcc/gcc-14.2.0/gcc-${GCC_VER}.tar.xz" "gcc-${GCC_VER}.tar.xz"
28+
get_tar "https://ftp.gnu.org/gnu/gcc/gcc-${GCC_VER}/gcc-${GCC_VER}.tar.xz" "gcc-${GCC_VER}.tar.xz"
2929
GCC_SDIR="${SOURCE_DIR}/gcc-${GCC_VER}"
3030

3131
# Build newlib-libc

0 commit comments

Comments
 (0)