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 2e910de commit 4b62771Copy full SHA for 4b62771
Makefile.release
@@ -190,9 +190,6 @@ build-all-windows.sh: build-all.sh | build-elf32-windows.sh $O/.stamp_source_tar
190
$O/.stamp_elf_le_windows_built: $O/.stamp_checked_out build-all-windows.sh $O/.stamp_elf_le_built
191
PATH=$(shell readlink -e $O/$(ELF_LE_DIR)/bin):$$PATH ./build-all-windows.sh $(BUILDALLFLAGS) \
192
--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
196
touch $@
197
198
$O/.stamp_elf_be_windows_built: $O/.stamp_checked_out build-all-windows.sh $O/.stamp_elf_be_built
0 commit comments