Skip to content

Commit c460ecd

Browse files
committed
removed extraneous PATH setting in shell script
1 parent b68ce10 commit c460ecd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

buildmipsel.sh

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/bin/sh
22

33
export ARCH=mipsel
4-
export PATH=/opt/gcc/mipsel/host/usr/bin:$PATH
5-
64
TARGET=$1
75

86
# Sets up toolchain environment variables for various mips toolchain

0 commit comments

Comments
 (0)