From c460ecd7fcf1685d7f86314edf696288b754562f Mon Sep 17 00:00:00 2001 From: Zachary Cutlip Date: Fri, 19 Jul 2013 11:24:22 -0400 Subject: [PATCH] removed extraneous PATH setting in shell script --- buildmipsel.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/buildmipsel.sh b/buildmipsel.sh index 26fae65..6a8b51b 100755 --- a/buildmipsel.sh +++ b/buildmipsel.sh @@ -1,8 +1,6 @@ #!/bin/sh export ARCH=mipsel -export PATH=/opt/gcc/mipsel/host/usr/bin:$PATH - TARGET=$1 # Sets up toolchain environment variables for various mips toolchain