File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -76,16 +76,6 @@ rm -rf avrdude-6.3 libusb-1.0.20 libusb-compat-0.1.5 libusb-win32-bin-1.2.6.0 li
7676./libelf-0.8.13.build.bash
7777./avrdude-6.3.build.bash
7878
79- if [[ $CROSS_COMPILE_HOST == " i686-w64-mingw32" ]] ; then
80- # copy dependency libgcc_s_sjlj-1.dll into bin/ folder
81-
82- # try to detect the location of libgcc_s_sjlj-1.dll
83- # (maybe there is better way... feel free to submit a patch!)
84- LTO_PATH=` i686-w64-mingw32-gcc -v 2>&1 | grep LTO | tr ' =' ' ' | awk " { print \\\$ 2; }" `
85- DLL_PATH=` dirname $LTO_PATH ` /libgcc_s_sjlj-1.dll
86- cp $DLL_PATH objdir/bin
87- fi
88-
8979rm -f avrdude-${OUTPUT_VERSION} -${OUTPUT_TAG} .tar.bz2
9080cp -a objdir avrdude
9181tar -cjvf avrdude-${OUTPUT_VERSION} -${OUTPUT_TAG} .tar.bz2 avrdude
You can’t perform that action at this time.
0 commit comments