summaryrefslogtreecommitdiffhomepage
path: root/groups/030.host_toolchain.group
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-22 12:45:06 +0100
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-22 12:45:06 +0100
commit9fad747a95b0d822d49aeb84e807e151f5006b31 (patch)
treefeaed2aa58610567a4f164c1a7e87a48a58780ce /groups/030.host_toolchain.group
parent16bae72784ea3a965459ec595453f04b8936566b (diff)
downloadmidipix_build-9fad747a95b0d822d49aeb84e807e151f5006b31.tar.bz2
midipix_build-9fad747a95b0d822d49aeb84e807e151f5006b31.tar.xz
groups/030.host_toolchain.group: removes psxtypes_host (via midipix.)
groups/120.native_runtime.group:ldso:${PKG_DEPENDS}: adds psxtypes (via midipix.)
Diffstat (limited to 'groups/030.host_toolchain.group')
-rw-r--r--groups/030.host_toolchain.group7
1 files changed, 1 insertions, 6 deletions
diff --git a/groups/030.host_toolchain.group b/groups/030.host_toolchain.group
index 17c1a0c1..4ec64dbb 100644
--- a/groups/030.host_toolchain.group
+++ b/groups/030.host_toolchain.group
@@ -8,7 +8,7 @@ HOST_TOOLCHAIN_PACKAGES="
binutils_host binutils_host_mingw32 gcc_full_host gcc_libstdcpp_v3_host
gcc_runtime_host gcc_stage1_cross_mingw32 gcc_stage1_host gmp_host
ldso_host mpc_host mpfr_host musl_full_host musl_no_complex_host nasm_host
-psxstub_host psxtypes_host";
+psxstub_host";
HOST_TOOLCHAIN_PREFIX="${PREFIX_CROSS}";
: ${PKG_BINUTILS_HOST_SHA256SUM:=250d3b2925c6b211fb16173b0b25bc091c58829fbcad3eb849645e0af52cf7fa};
: ${PKG_BINUTILS_HOST_VERSION:=2.24.51};
@@ -122,10 +122,5 @@ HOST_TOOLCHAIN_PREFIX="${PREFIX_CROSS}";
: ${PKG_PSXSTUB_HOST_BUILD_STEPS_DISABLE:=build};
: ${PKG_PSXSTUB_HOST_ENV_VARS_EXTRA:=TARGET=${DEFAULT_TARGET}};
: ${PKG_PSXSTUB_HOST_IN_TREE:=1};
-: ${PKG_PSXTYPES_HOST_DEPENDS:="gcc_stage1_host"};
-: ${PKG_PSXTYPES_HOST_URLS_GIT:=psxtypes=${DEFAULT_GITROOT}/psxtypes};
-: ${PKG_PSXTYPES_HOST_BUILD_STEPS_DISABLE:=build};
-: ${PKG_PSXTYPES_HOST_CONFIGURE_ARGS:="--disable-nls --prefix="};
-: ${PKG_PSXTYPES_HOST_IN_TREE:=1};
# vim:filetype=sh textwidth=0