Added a configuration file for building with the new version of uCLib

This commit is contained in:
2025-12-09 00:42:51 +03:00
parent 1b600fe7c4
commit c5878566d2
2 changed files with 266 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ PKG_UCLIBC="uClibc-ng"
BINUTILS_VER="2.42"
GCC_VER="13.4.0"
LINUX_VER="4.9.224"
UCLIBC_VER="1.0.34"
UCLIBC_VER="1.0.55"
# ==================================================================
# Основные параметры тулчейна
@@ -104,6 +104,7 @@ mkdir -p build/gcc1 && cd build/gcc1
--enable-languages=c \
--disable-libquadmath \
--disable-multilib \
--disable-libitm \
--without-cloog \
--without-ppl \
--disable-nls \
@@ -171,9 +172,10 @@ mkdir -p build/gcc2 && cd build/gcc2
--with-arch="${SUBARCH}" \
--with-mode="${SUBMODE}" \
--enable-languages=c,c++ \
--enable-threads=posix \
--disable-threads \
--enable-fdpic \
--disable-libstdcxx-pch \
--disable-libitm \
--disable-multilib \
--disable-bootstrap \
--disable-libgomp \