Skip to content

Commit f4e8a6e

Browse files
committed
Removed mingw .dll that is now statically linked.
1 parent 960dfb9 commit f4e8a6e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

package-avrdude.bash

-10
Original file line numberDiff line numberDiff 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-
8979
rm -f avrdude-${OUTPUT_VERSION}-${OUTPUT_TAG}.tar.bz2
9080
cp -a objdir avrdude
9181
tar -cjvf avrdude-${OUTPUT_VERSION}-${OUTPUT_TAG}.tar.bz2 avrdude

0 commit comments

Comments
 (0)