aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/ldc2/files/ldc2-1.36.0-tests-dshell-remove--m-switch.patch')
-rw-r--r--dev-lang/ldc2/files/ldc2-1.36.0-tests-dshell-remove--m-switch.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-lang/ldc2/files/ldc2-1.36.0-tests-dshell-remove--m-switch.patch b/dev-lang/ldc2/files/ldc2-1.36.0-tests-dshell-remove--m-switch.patch
deleted file mode 100644
index 6c1180c..0000000
--- a/dev-lang/ldc2/files/ldc2-1.36.0-tests-dshell-remove--m-switch.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/tests/dmd/dshell/dll_cxx.d b/tests/dmd/dshell/dll_cxx.d
-index 77393ba331..b39ec0bc6a 100644
---- a/tests/dmd/dshell/dll_cxx.d
-+++ b/tests/dmd/dshell/dll_cxx.d
-@@ -45,7 +45,7 @@ int main()
- }
- else
- {
-- dllCmd ~= [ `-m` ~ Vars.MODEL, `-shared`, `-fPIC`, `-o`, Vars.DLL ];
-+ dllCmd ~= [ `-shared`, `-fPIC`, `-o`, Vars.DLL ];
- mainExtra = `-fPIC -L-L$OUTPUT_BASE -L$DLL -L-lstdc++ -L--no-demangle`;
- if (environment.get("NO_ARCH_VARIANT", "") != "1")
- dllCmd ~= `-m` ~ Vars.MODEL;