summaryrefslogtreecommitdiffstats
path: root/src/opkbuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/opkbuild.sh')
-rw-r--r--src/opkbuild.sh15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/opkbuild.sh b/src/opkbuild.sh
index e168a9a..057ac9a 100644
--- a/src/opkbuild.sh
+++ b/src/opkbuild.sh
@@ -36,13 +36,11 @@ export OPK_BUILD_ARCH_CPU=
export OPK_BUILD_ARCH_KERNEL=
export OPK_BUILD_ARCH_LIBS=
export OPK_BUILD_PLAT=
-export OPK_BUILD_ARCH_GNU=
export OPK_HOST_ARCH=
export OPK_HOST_ARCH_CPU=
export OPK_HOST_ARCH_KERNEL=
export OPK_HOST_ARCH_LIBS=
export OPK_HOST_PLAT=
-export OPK_HOST_ARCH_GNU=
opt_build=
opt_target=
@@ -229,15 +227,6 @@ setup_arch_plat()
<<-EOF
${OPK_HOST_ARCH}
EOF
-
- {
- read OPK_BUILD_ARCH_GNU
- read OPK_BUILD_ARCH_KBUILD
- } <"$(ob_get_system_path 'archtab' "${OPK_BUILD_ARCH}")"
- {
- read OPK_HOST_ARCH_GNU
- read OPK_HOST_ARCH_KBUILD
- } <"$(ob_get_system_path 'archtab' "${OPK_HOST_ARCH}")"
}
make_work_area()
@@ -295,11 +284,11 @@ print_arch_stats()
{
ob_info "$(ob_get_msg 'build_arch_stat_header')"
ob_info "$(ob_get_msg 'arch_stat_arch')" \
- "${OPK_BUILD_ARCH}" "${OPK_BUILD_ARCH_GNU}"
+ "${OPK_BUILD_ARCH}"
ob_info "$(ob_get_msg 'arch_stat_plat')" "${OPK_BUILD_PLAT}"
ob_info "$(ob_get_msg 'host_arch_stat_header')"
ob_info "$(ob_get_msg 'arch_stat_arch')" \
- "${OPK_HOST_ARCH}" "${OPK_HOST_ARCH_GNU}"
+ "${OPK_HOST_ARCH}"
ob_info "$(ob_get_msg 'arch_stat_plat')" "${OPK_HOST_PLAT}"
}