From b2c1ea9526151c4fed9dca8348019d718f489e76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc=C3=ADa=20Andrea=20Illanes=20Albornoz?= Date: Wed, 24 Apr 2024 15:24:48 +0200 Subject: Implements single package files. --- groups.d/030.cross_toolchain.d/gcc_runtime_cross.package | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 groups.d/030.cross_toolchain.d/gcc_runtime_cross.package (limited to 'groups.d/030.cross_toolchain.d/gcc_runtime_cross.package') diff --git a/groups.d/030.cross_toolchain.d/gcc_runtime_cross.package b/groups.d/030.cross_toolchain.d/gcc_runtime_cross.package new file mode 100644 index 00000000..5e01a513 --- /dev/null +++ b/groups.d/030.cross_toolchain.d/gcc_runtime_cross.package @@ -0,0 +1,11 @@ +: ${PKG_GCC_RUNTIME_CROSS_DEPENDS:="gcc_stage1_cross musl_no_complex_cross psxtypes_cross psxstub_cross mdso_cross perk_cross"}; +: ${PKG_GCC_RUNTIME_CROSS_VERSION:=4.6.4}; +: ${PKG_GCC_RUNTIME_CROSS_BASE_DIR:=${BUILD_WORKDIR}/gcc-cross-${DEFAULT_TARGET}}; +: ${PKG_GCC_RUNTIME_CROSS_GITROOT:=${DEFAULT_GITROOT}}; +: ${PKG_GCC_RUNTIME_CROSS_NO_CLEAN_BASE_DIR:=1}; +: ${PKG_GCC_RUNTIME_CROSS_PREFIX:=${PREFIX_LOCAL}}; +: ${PKG_GCC_RUNTIME_CROSS_VARS_FILE:="vars/gcc.vars"}; + +ex_pkg_register "gcc_runtime_cross" "${RTL_FILEOP_SOURCE_FNAME}" "cross_toolchain"; + +# vim:filetype=sh textwidth=0 -- cgit v1.2.3