10.0.1-0.13
This commit is contained in:
parent
1cd0b2d684
commit
062d80630d
@ -5,9 +5,9 @@
|
|||||||
|
|
||||||
--- gcc/d/d-spec.cc.jj 2019-01-01 12:37:49.502444257 +0100
|
--- gcc/d/d-spec.cc.jj 2019-01-01 12:37:49.502444257 +0100
|
||||||
+++ gcc/d/d-spec.cc 2019-01-17 17:09:45.364949246 +0100
|
+++ gcc/d/d-spec.cc 2019-01-17 17:09:45.364949246 +0100
|
||||||
@@ -405,9 +405,9 @@ lang_specific_driver (cl_decoded_option
|
@@ -408,9 +408,9 @@ lang_specific_driver (cl_decoded_option
|
||||||
/* Add `-lgphobos' if we haven't already done so. */
|
/* Add `-lgphobos' if we haven't already done so. */
|
||||||
if (phobos_library != PHOBOS_NOLINK && need_phobos)
|
if (phobos_library != PHOBOS_NOLINK)
|
||||||
{
|
{
|
||||||
- /* Default to static linking. */
|
- /* Default to static linking. */
|
||||||
- if (phobos_library != PHOBOS_DYNAMIC)
|
- if (phobos_library != PHOBOS_DYNAMIC)
|
||||||
@ -17,4 +17,4 @@
|
|||||||
+ phobos_library = PHOBOS_DYNAMIC;
|
+ phobos_library = PHOBOS_DYNAMIC;
|
||||||
|
|
||||||
#ifdef HAVE_LD_STATIC_DYNAMIC
|
#ifdef HAVE_LD_STATIC_DYNAMIC
|
||||||
if (phobos_library == PHOBOS_DYNAMIC && static_link)
|
if (phobos_library == PHOBOS_STATIC && !static_link)
|
||||||
|
Loading…
Reference in New Issue
Block a user