We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399ff70 commit 8b5752fCopy full SHA for 8b5752f
arch.linux32.build.bash
@@ -14,6 +14,8 @@ fi
14
15
ARCH=`gcc -v 2>&1 | awk '/Target/ { print $2 }'`
16
17
+rm -rf OpenOCD-0.9.0-dev-arduino
18
+rm -f OpenOCD-0.9.0-dev-arduino-$ARCH.tar.bz2
19
mv objdir OpenOCD-0.9.0-dev-arduino
20
tar cfvj OpenOCD-0.9.0-dev-arduino-$ARCH.tar.bz2 OpenOCD-0.9.0-dev-arduino
21
arch.linux64.build.bash
0 commit comments