summaryrefslogtreecommitdiffhomepage
path: root/groups.d/110.native_toolchain.group
blob: bc1976454cfe1fadf9e74b5a796dc135106884ec (plain)
1
2
3
4
5
6
7
8
9
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