From 142f0fa1178b94cea1dc157f3ca059adf1f7bef7 Mon Sep 17 00:00:00 2001 From: Ivan Zakharyaschev Date: Sun, 28 Jun 2020 15:50:36 +0300 Subject: [PATCH] installplatform: drop unsused variables from the script --- installplatform | 3 --- 1 file changed, 3 deletions(-) diff --git a/installplatform b/installplatform index 4df60e1..08c9f34 100755 --- a/installplatform +++ b/installplatform @@ -88,12 +88,9 @@ case "$arch" in SUBSTS='y___' ;; esac -base_arch=`echo $arch | sed -e 's_i?86_i386_;s_sparc.*_sparc_;s_alpha.*_alpha_;s_\(powerpc\|ppc\).*_ppc_;s,amd64,x86_64,'` for SUBST in $SUBSTS ; do ARCH=`echo $arch | sed -e $SUBST` - TARGET_PLATFORM=`echo $target_platform | sed -e $SUBST` - TARGET=`echo $target | sed -e $SUBST` LIBSUFF= POINTER_SIZE=32