diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-02-22 15:34:28 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-02-22 15:34:28 +0100 |
commit | fb3db569b11ffa317a2dc716d67e7f88a4257b7c (patch) | |
tree | 2f6749e5433be737d9a65c5e641dda25255b95d0 /groups | |
parent | d2a06eff166da3311a22dc5c455449910975d080 (diff) | |
download | midipix_build-fb3db569b11ffa317a2dc716d67e7f88a4257b7c.tar.bz2 midipix_build-fb3db569b11ffa317a2dc716d67e7f88a4257b7c.tar.xz |
groups/030.host_toolchain.group:gcc_runtime_host:${PKG_DEPENDS}: removes psxtypes_host (via midipix.)
Diffstat (limited to 'groups')
-rw-r--r-- | groups/030.host_toolchain.group | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/groups/030.host_toolchain.group b/groups/030.host_toolchain.group index 4ec64dbb..6dd8bdc6 100644 --- a/groups/030.host_toolchain.group +++ b/groups/030.host_toolchain.group @@ -43,7 +43,7 @@ HOST_TOOLCHAIN_PREFIX="${PREFIX_CROSS}"; : ${PKG_GCC_LIBSTDCPP_V3_HOST_GITROOT:=${DEFAULT_GITROOT}}; : ${PKG_GCC_LIBSTDCPP_V3_HOST_NO_CLEAN_BASE_DIR:=1}; : ${PKG_GCC_LIBSTDCPP_V3_HOST_PREFIX:=${PREFIX}}; -: ${PKG_GCC_RUNTIME_HOST_DEPENDS:="gcc_stage1_host musl_no_complex_host psxstub_host psxtypes_host"}; +: ${PKG_GCC_RUNTIME_HOST_DEPENDS:="gcc_stage1_host musl_no_complex_host psxstub_host"}; : ${PKG_GCC_RUNTIME_HOST_VERSION:=4.6.4}; : ${PKG_GCC_RUNTIME_HOST_BASE_DIR:=${BUILD_WORKDIR}/gcc-host-${DEFAULT_TARGET}}; : ${PKG_GCC_RUNTIME_HOST_GITROOT:=${DEFAULT_GITROOT}}; |