File tree Expand file tree Collapse file tree 2 files changed +528
-1
lines changed Expand file tree Collapse file tree 2 files changed +528
-1
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ RUN sha256sum -c $PREFIX/src/SHA256SUMS \
60
60
&& tar xjf vim-$VIM_VERSION.tar.bz2 \
61
61
&& tar xzf cppcheck-$CPPCHECK_VERSION.tar.gz
62
62
COPY src/w64devkit.c src/w64devkit.ico \
63
- src/alias.c src/debugbreak.c src/pkg-config.c \
63
+ src/alias.c src/debugbreak.c src/pkg-config.c src/vc++filt.c \
64
64
$PREFIX/src/
65
65
66
66
ARG ARCH=x86_64-w64-mingw32
@@ -483,6 +483,10 @@ RUN printf "id ICON \"$PREFIX/src/w64devkit.ico\"" >w64devkit.rc \
483
483
-Wl,--gc-sections -s -nostdlib -DPKG_CONFIG_PREFIX="\" /$ARCH\" " \
484
484
-o $PREFIX/bin/pkg-config.exe $PREFIX/src/pkg-config.c \
485
485
-lkernel32 \
486
+ && $ARCH-gcc \
487
+ -Os -fno-asynchronous-unwind-tables -fno-builtin -Wl,--gc-sections \
488
+ -s -nostdlib -o $PREFIX/bin/vc++filt.exe $PREFIX/src/vc++filt.c \
489
+ -lkernel32 -lshell32 -ldbghelp \
486
490
&& $ARCH-gcc -DEXE=pkg-config.exe -DCMD=pkg-config \
487
491
-Os -fno-asynchronous-unwind-tables -Wl,--gc-sections -s -nostdlib \
488
492
-o $PREFIX/bin/$ARCH-pkg-config.exe $PREFIX/src/alias.c -lkernel32 \
You can’t perform that action at this time.
0 commit comments