aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/dmd/files/2.074-link-32-bit-shared-lib-with-ld.bfd.patch')
-rw-r--r--dev-lang/dmd/files/2.074-link-32-bit-shared-lib-with-ld.bfd.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-lang/dmd/files/2.074-link-32-bit-shared-lib-with-ld.bfd.patch b/dev-lang/dmd/files/2.074-link-32-bit-shared-lib-with-ld.bfd.patch
deleted file mode 100644
index ca9b685..0000000
--- a/dev-lang/dmd/files/2.074-link-32-bit-shared-lib-with-ld.bfd.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- dmd2/dmd/src/ddmd/link.d
-+++ dmd2/dmd/src/ddmd/link.d
-@@ -487,6 +487,8 @@ else version (Posix)
- {
- if (global.params.dll)
- argv.push("-shared");
-+ if (!global.params.is64bit)
-+ argv.push("-fuse-ld=bfd");
- }
- // None of that a.out stuff. Use explicit exe file name, or
- // generate one from name of first source file.