summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e87e0bf..414bcaa 100644
--- a/Makefile
+++ b/Makefile
@@ -487,6 +487,8 @@ xgcc-finish:
$(XGCC_INST_DIR)/lib/gcc/$(XGCC_TARGET64)/$(VERSION_GCC)/msvcr110
cd $(XGCC_INST_DIR)/x86_64-w64-mingw32/include && \
ln -s windows.h Windows.h
+ cd $(XGCC_INST_DIR)/include && \
+ for i in ../x86_64-w64-mingw32/include/*; do ln -s $$i; done;
xgcc-gdb:
rm -rf $(BUILD_DIR)/gdb && mkdir -p $(BUILD_DIR)/gdb