Skip to content

Commit

Permalink
Package readline DLL with GDB
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeubank committed May 26, 2021
1 parent f3dbcd4 commit f034e8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2732,6 +2732,7 @@ else
cp -p -- $(STAGING_PREFIX)/lib/gcc/x86_64-w64-mingw32/$(GCC_VER)/libssp_64-*.dll $(DISTRIB)/gdb/gdb64/bin/
cp -p -- $(SCRATCH)/gmp/stage/64/bin/libgmp-*.dll $(DISTRIB)/gdb/gdb64/bin/
cp -p -- $(SCRATCH)/mpfr/stage/64/bin/libmpfr-*.dll $(DISTRIB)/gdb/gdb64/bin/
cp -p -- $(SCRATCH)/readline/shlib/libreadline*.dll $(DISTRIB)/gdb/gdb64/bin/
$(BUILDFROM)/bin/strip.exe $(DISTRIB)/gdb/gdb64/bin/*.exe
mkdir -p -- $(DISTRIB)/gdb/bin
export PATH="$(STAGING_PREFIX)/bin:$(STAGING_PREFIX)/$(HOST)/bin32:$(PATH)" \
Expand Down

0 comments on commit f034e8f

Please sign in to comment.