summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 862d201..8866a90 100755
--- a/Makefile
+++ b/Makefile
@@ -402,6 +402,9 @@ xgcc-finish:
find $(XGCC_INST_DIR) -type f -name "*.py" | xargs rm -f
cp -f $(SOURCE_DIR)/mingw.gcc.specs \
$(XGCC_INST_DIR)/lib/gcc/$(XGCC_TARGET64)/$(VERSION_GCC)/specs
+ cp -f $(SOURCE_DIR)/dll2a \
+ $(XGCC_INST_DIR)/bin/$(XGCC_TARGET64)-dll2a
+ chmod a+x $(XGCC_INST_DIR)/bin/$(XGCC_TARGET64)-dll2a
sed -i -e 's/__LIB32__/lib\/gcc\/$(XGCC_TARGET64)\/lib32/g' \
$(XGCC_INST_DIR)/lib/gcc/$(XGCC_TARGET64)/$(VERSION_GCC)/specs
sed -i -e 's/__LIB64__/lib\/gcc\/$(XGCC_TARGET64)\/lib/g' \