summaryrefslogtreecommitdiffhomepage
path: root/groups.d/120.native_runtime.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/120.native_runtime.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/120.native_runtime.group')
-rw-r--r--groups.d/120.native_runtime.group2
1 files changed, 1 insertions, 1 deletions
diff --git a/groups.d/120.native_runtime.group b/groups.d/120.native_runtime.group
index 2fe70f2a..71eceaed 100644
--- a/groups.d/120.native_runtime.group
+++ b/groups.d/120.native_runtime.group
@@ -6,7 +6,7 @@ NATIVE_RUNTIME_CFLAGS_CONFIGURE="${DEFAULT_CFLAGS_RUNTIME}";
NATIVE_RUNTIME_CXXFLAGS_CONFIGURE="${DEFAULT_CXXFLAGS_RUNTIME}";
NATIVE_RUNTIME_CONFIGURE_ARGS="--prefix= --strict --host=${DEFAULT_TARGET}";
NATIVE_RUNTIME_ENV_VARS_EXTRA="CFLAGS_PATH=-I${PREFIX_NATIVE}/include:LDFLAGS_PATH=-L${PREFIX_NATIVE}/lib";
-NATIVE_RUNTIME_GROUP_DEPENDS="host_deps host_deps_rpm host_toolchain host_tools native_toolchain native_tools";
+NATIVE_RUNTIME_GROUP_DEPENDS="host_deps host_deps_rpm cross_toolchain host_toolchain host_tools native_toolchain native_tools";
NATIVE_RUNTIME_PACKAGES="
dalist ldso ntapi ntcon ntctty ntux pemagine psxscl psxscl_strace psxtypes ptycon toksvc sltdl u16ports";
NATIVE_RUNTIME_PREFIX="${PREFIX_NATIVE}";