Skip to content

Instantly share code, notes, and snippets.

@danieldk
Created December 17, 2014 09:58
Show Gist options
  • Select an option

  • Save danieldk/4c6a0a6254f49f219585 to your computer and use it in GitHub Desktop.

Select an option

Save danieldk/4c6a0a6254f49f219585 to your computer and use it in GitHub Desktop.
--- pl-6.6.6.orig/src/swipl-ld.c 2014-12-17 10:57:20.000000000 +0100
+++ pl-6.6.6/src/swipl-ld.c 2014-12-17 10:57:38.000000000 +0100
@@ -964,9 +964,6 @@
if ( !ld ) /* not specified */
{ ld = (shared ? SO_LD : PROG_LD);
-
- if ( cppfiles.size > 0 && streq(ld, cc) )
- ld = cxx;
}
#if defined(HOST_TOOLCHAIN_MSC)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment