Projects
home:pandora:RobinOS23
gcc
_service:download_src_package:gcc12-d-shared-li...
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:download_src_package:gcc12-d-shared-libphobos.patch of Package gcc
2019-01-17 Jakub Jelinek <jakub@redhat.com> * d-spec.cc (lang_specific_driver): Make -shared-libphobos the default rather than -static-libphobos. --- 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 @@ -408,9 +408,9 @@ lang_specific_driver (cl_decoded_option /* Add `-lgphobos' if we haven't already done so. */ if (phobos_library != PHOBOS_NOLINK) { - /* Default to static linking. */ - if (phobos_library != PHOBOS_DYNAMIC) - phobos_library = PHOBOS_STATIC; + /* Default to shared linking. */ + if (phobos_library != PHOBOS_STATIC) + phobos_library = PHOBOS_DYNAMIC; #ifdef HAVE_LD_STATIC_DYNAMIC if (phobos_library == PHOBOS_STATIC && !static_link)
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2