summaryrefslogtreecommitdiffhomepage
path: root/groups.d/110.native_toolchain.group
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-02-24 05:26:16 +0000
committermidipix <writeonce@midipix.org>2024-02-25 06:28:28 +0000
commit308fa73712b693ecdd7159a553edb1066e7c12fd (patch)
tree61aad1eb91cb10d879a21dbe5f4ce088b8115ff1 /groups.d/110.native_toolchain.group
parent5c837b024dd89d615e07b7878ebac102aa89c9a9 (diff)
downloadmidipix_build-308fa73712b693ecdd7159a553edb1066e7c12fd.tar.bz2
midipix_build-308fa73712b693ecdd7159a553edb1066e7c12fd.tar.xz
added and integrated the (local/intermediate) ``cross_toolchain'' build group.
Diffstat (limited to 'groups.d/110.native_toolchain.group')
-rw-r--r--groups.d/110.native_toolchain.group4
1 files changed, 2 insertions, 2 deletions
diff --git a/groups.d/110.native_toolchain.group b/groups.d/110.native_toolchain.group
index 470bc496..fef029a5 100644
--- a/groups.d/110.native_toolchain.group
+++ b/groups.d/110.native_toolchain.group
@@ -2,7 +2,7 @@
# Build group native_toolchain
#
NATIVE_TOOLCHAIN_CONFIGURE_ARGS="--disable-nls --host=${DEFAULT_TARGET} --program-prefix= --prefix=/ --target=${DEFAULT_TARGET}";
-NATIVE_TOOLCHAIN_GROUP_DEPENDS="host_deps host_deps_rpm host_toolchain host_tools native_tools";
+NATIVE_TOOLCHAIN_GROUP_DEPENDS="host_deps host_deps_rpm cross_toolchain host_toolchain host_tools native_tools";
NATIVE_TOOLCHAIN_PACKAGES="
binutils binutils_mingw32 gcc_full gcc_stage1_native_mingw32 gmp mpc mpfr musl_full ";
NATIVE_TOOLCHAIN_PREFIX="${PREFIX_NATIVE}";
@@ -67,7 +67,7 @@ NATIVE_TOOLCHAIN_PREFIX="${PREFIX_NATIVE}";
: ${PKG_MUSL_FULL_BASE_DIR:=${BUILD_WORKDIR}/musl_full-native-${DEFAULT_TARGET}};
: ${PKG_MUSL_FULL_BUILD_DIR:=build/musl};
: ${PKG_MUSL_FULL_CONFIGURE:=build/mmglue/configure};
-: ${PKG_MUSL_FULL_CONFIGURE_ARGS:="--source-dir=../../musl-${PKG_MUSL_FULL_VERSION} --prefix= --target=${DEFAULT_TARGET} --sysroot=${PREFIX_CROSS}"};
+: ${PKG_MUSL_FULL_CONFIGURE_ARGS:="--source-dir=../../musl-${PKG_MUSL_FULL_VERSION} --prefix= --target=${DEFAULT_TARGET}"};
: ${PKG_MUSL_FULL_INSTALL_FILES_V2:="-=include/iconv.h"};
: ${PKG_MUSL_FULL_SUBDIR:=musl-${PKG_MUSL_FULL_VERSION}};
: ${PKG_MUSL_FULL_VARS_FILE:="vars/musl.vars"};