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/110.native_toolchain.d/gcc_full.package | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 groups.d/110.native_toolchain.d/gcc_full.package (limited to 'groups.d/110.native_toolchain.d/gcc_full.package') diff --git a/groups.d/110.native_toolchain.d/gcc_full.package b/groups.d/110.native_toolchain.d/gcc_full.package new file mode 100644 index 00000000..66dba814 --- /dev/null +++ b/groups.d/110.native_toolchain.d/gcc_full.package @@ -0,0 +1,10 @@ +: ${PKG_GCC_FULL_DEPENDS:="binutils gmp mpc mpfr musl_full"}; +: ${PKG_GCC_FULL_VERSION:=4.6.4}; +: ${PKG_GCC_FULL_BASE_DIR:=${BUILD_WORKDIR}/gcc-native-${DEFAULT_TARGET}}; +: ${PKG_GCC_FULL_CFLAGS_CONFIGURE:="-I${PREFIX}/include"}; +: ${PKG_GCC_FULL_GITROOT:=${DEFAULT_GITROOT}}; +: ${PKG_GCC_FULL_VARS_FILE:="vars/gcc.vars"}; + +ex_pkg_register "gcc_full" "${RTL_FILEOP_SOURCE_FNAME}" "native_toolchain"; + +# vim:filetype=sh textwidth=0 -- cgit v1.2.3