Update SYSROOT_DIR assignment in build-libraries.sh and remove --disable-tls from build-toolchain.sh configuration
- Changed SYSROOT_DIR to directly reference SYSROOT for clarity. - Removed --disable-tls option from GCC build configuration to streamline the build process.
This commit is contained in:
@@ -19,7 +19,7 @@ export CXXFLAGS=""
|
||||
# Подготавливаем пути к разделам
|
||||
|
||||
LIB_DIR="${TOP}/src/libs"
|
||||
SYSROOT_DIR="${INSTALL_DIR}${SYSROOT}"
|
||||
SYSROOT_DIR="${SYSROOT}"
|
||||
SYSROOT_ETC_DIR="${SYSROOT_DIR}/etc"
|
||||
SYSROOT_USR_DIR="${SYSROOT_DIR}/usr"
|
||||
BUILD_SRC_DIR="${TOP}/build"
|
||||
|
||||
Reference in New Issue
Block a user