Skip to content

Commit 4b62771

Browse files
calvinatintelanthony-kolesov
authored andcommitted
Issue #56 Fixed Windows build for Ubuntu 14
(cherry picked from commit 1738ad2) Signed-off-by: Anton Kolesov <[email protected]>
1 parent 2e910de commit 4b62771

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile.release

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,6 @@ build-all-windows.sh: build-all.sh | build-elf32-windows.sh $O/.stamp_source_tar
190190
$O/.stamp_elf_le_windows_built: $O/.stamp_checked_out build-all-windows.sh $O/.stamp_elf_le_built
191191
PATH=$(shell readlink -e $O/$(ELF_LE_DIR)/bin):$$PATH ./build-all-windows.sh $(BUILDALLFLAGS) \
192192
--install-dir $O/$(WIN_ELF_LE_DIR) --no-uclibc --no-sim --release-name $(RELEASE)
193-
# Copy some Windows dlls: libgcc_s_sjlj-1.dll, libssp-0.dll, libstdc++-6.dll
194-
# libwinpthread-1.dll
195-
cp -rfdv /usr/i686-w64-mingw32/sys-root/mingw/bin/* $O/$(WIN_ELF_LE_DIR)/bin
196193
touch $@
197194

198195
$O/.stamp_elf_be_windows_built: $O/.stamp_checked_out build-all-windows.sh $O/.stamp_elf_be_built

0 commit comments

Comments
 (0)