summaryrefslogtreecommitdiffstats
path: root/ld-parallel-make.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ld-parallel-make.patch')
-rw-r--r--ld-parallel-make.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/ld-parallel-make.patch b/ld-parallel-make.patch
deleted file mode 100644
index 6eff1f9..0000000
--- a/ld-parallel-make.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-For cygwin|mingw*, WINDRES_FOR_TARGET must exist before trying to build
-default-manifest.o.
-
---- a/Makefile.def
-+++ b/Makefile.def
-@@ -418,6 +418,7 @@
- dependencies = { module=all-ld; on=all-build-flex; };
- dependencies = { module=all-ld; on=all-intl; };
- dependencies = { module=all-ld; on=all-gas; };
-+dependencies = { module=all-ld; on=all-binutils; };
- dependencies = { module=install-ld; on=install-gold; };
- dependencies = { module=install-strip-ld; on=install-strip-gold; };
- dependencies = { module=configure-gold; on=configure-intl; };
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -47022,6 +47022,14 @@
- all-stage4-ld: maybe-all-stage4-gas
- all-stageprofile-ld: maybe-all-stageprofile-gas
- all-stagefeedback-ld: maybe-all-stagefeedback-gas
-+all-ld: maybe-all-binutils
-+
-+all-stage1-ld: maybe-all-stage1-binutils
-+all-stage2-ld: maybe-all-stage2-binutils
-+all-stage3-ld: maybe-all-stage3-binutils
-+all-stage4-ld: maybe-all-stage4-binutils
-+all-stageprofile-ld: maybe-all-stageprofile-binutils
-+all-stagefeedback-ld: maybe-all-stagefeedback-binutils
- install-ld: maybe-install-gold
- install-strip-ld: maybe-install-strip-gold
- configure-gold: maybe-configure-intl