From 22320956b78f2ac725c21a8ce858f873d96d6929 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 14 Nov 2012 20:19:30 -0500 Subject: Remove code for upstream build system arches. --- (limited to 'src/opkbuild.sh') 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}" } -- cgit v0.9.1