summaryrefslogtreecommitdiffhomepage
path: root/groups.d/110.native_toolchain.group
diff options
context:
space:
mode:
Diffstat (limited to 'groups.d/110.native_toolchain.group')
-rw-r--r--groups.d/110.native_toolchain.group10
1 files changed, 10 insertions, 0 deletions
diff --git a/groups.d/110.native_toolchain.group b/groups.d/110.native_toolchain.group
new file mode 100644
index 00000000..bc197645
--- /dev/null
+++ b/groups.d/110.native_toolchain.group
@@ -0,0 +1,10 @@
+#
+# 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 cross_toolchain host_toolchain host_tools native_tools";
+NATIVE_TOOLCHAIN_PREFIX="${PREFIX_NATIVE}";
+
+ex_pkg_register_group "native_toolchain" "${RTL_FILEOP_SOURCE_FNAME}";
+
+# vim:filetype=sh textwidth=0