更新 toolchain/build.sh

Signed-off-by: zhao <zhao@noreply.localhost>
This commit is contained in:
zhao 2025-03-23 02:48:19 +08:00
parent 6d6a4f7709
commit 6326c959e7

View File

@ -28,7 +28,7 @@ fi
if [ "$USE_GCC14" = y ] || [ "$USE_GCC15" = y ]; then if [ "$USE_GCC14" = y ] || [ "$USE_GCC15" = y ]; then
# linux-atm # linux-atm
rm -rf package/network/utils/linux-atm rm -rf package/network/utils/linux-atm
git clone https://$github/sbwml/package_network_utils_linux-atm package/network/utils/linux-atm git clone https://github.com/sbwml/package_network_utils_linux-atm package/network/utils/linux-atm
# glibc # glibc
# Added the compiler flag -Wno-implicit-function-declaration to suppress # Added the compiler flag -Wno-implicit-function-declaration to suppress
# warnings about implicit function declarations during the build process. # warnings about implicit function declarations during the build process.