summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2024-04-24 18:51:22 +0200
committerLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2024-04-24 18:51:22 +0200
commitf2c850f7af9d3275d02810f17a4454bd241da361 (patch)
tree1c0864073f5491fef242c4c8b83200829894698f
parent63a10ff24284ad00fbb291b44f95056625cee96e (diff)
downloadmidipix_build-f2c850f7af9d3275d02810f17a4454bd241da361.tar.bz2
midipix_build-f2c850f7af9d3275d02810f17a4454bd241da361.tar.xz
groups.d/040.host_toolchain.d/gcc_runtime_host.package: fix package name.
-rw-r--r--groups.d/040.host_toolchain.d/gcc_runtime_host.package2
1 files changed, 1 insertions, 1 deletions
diff --git a/groups.d/040.host_toolchain.d/gcc_runtime_host.package b/groups.d/040.host_toolchain.d/gcc_runtime_host.package
index 4ec8b444..52111b1a 100644
--- a/groups.d/040.host_toolchain.d/gcc_runtime_host.package
+++ b/groups.d/040.host_toolchain.d/gcc_runtime_host.package
@@ -6,6 +6,6 @@
: ${PKG_GCC_RUNTIME_HOST_PREFIX:=${PREFIX}};
: ${PKG_GCC_RUNTIME_HOST_VARS_FILE:="vars/gcc.vars"};
-ex_pkg_register "gcc_runtime" "${RTL_FILEOP_SOURCE_FNAME}" "host_toolchain";
+ex_pkg_register "gcc_runtime_host" "${RTL_FILEOP_SOURCE_FNAME}" "host_toolchain";
# vim:filetype=sh textwidth=0