From 308fa73712b693ecdd7159a553edb1066e7c12fd Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 24 Feb 2024 05:26:16 +0000 Subject: added and integrated the (local/intermediate) ``cross_toolchain'' build group. --- groups.d/100.native_tools.group | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'groups.d/100.native_tools.group') diff --git a/groups.d/100.native_tools.group b/groups.d/100.native_tools.group index e74b110f..f735a959 100644 --- a/groups.d/100.native_tools.group +++ b/groups.d/100.native_tools.group @@ -2,7 +2,7 @@ # Build group native_tools # NATIVE_TOOLS_CONFIGURE_ARGS="--disable-nls --host=${DEFAULT_TARGET} --program-prefix= --prefix=/ --target=${DEFAULT_TARGET}"; -NATIVE_TOOLS_GROUP_DEPENDS="host_deps host_deps_rpm host_toolchain host_tools"; +NATIVE_TOOLS_GROUP_DEPENDS="host_deps host_deps_rpm cross_toolchain host_toolchain host_tools"; NATIVE_TOOLS_MAKEFLAGS_INSTALL="PREFIX= prefix="; NATIVE_TOOLS_PACKAGES=" mdso perk pkgconf slibtool tpax"; @@ -22,7 +22,7 @@ NATIVE_TOOLS_PREFIX="${PREFIX_NATIVE}"; : ${PKG_PKGCONF_SHA256SUM:=ef9c7e61822b7cb8356e6e9e1dca58d9556f3200d78acab35e4347e9d4c2bbaf}; : ${PKG_PKGCONF_VERSION:=1.9.0}; : ${PKG_PKGCONF_URL:=https://distfiles.dereferenced.org/pkgconf/pkgconf-${PKG_PKGCONF_HOST_VERSION}.tar.xz}; -: ${PKG_PKGCONF_CONFIGURE_ARGS:="--prefix= --host=${DEFAULT_TARGET} --with-sysroot=${PREFIX_NATIVE}"}; +: ${PKG_PKGCONF_CONFIGURE_ARGS:="--prefix= --host=${DEFAULT_TARGET} --with-sysroot=/"}; : ${PKG_PKGCONF_INSTALL_FILES_V2:=" @pkgconf=bin/pkg-config /=lib/pkgconfig"}; -- cgit v1.2.3