diff options
author | midipix <writeonce@midipix.org> | 2017-10-24 19:11:17 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-10-25 01:18:20 -0400 |
commit | 9eb742c5dd681cbdb30d6d555680bc84b45eba27 (patch) | |
tree | d2f4ec1c446bd9aa8040f82181725a2fd5181975 /libc | |
parent | c92bd819f194d35db6b4de1ca598d2c176fdcb0f (diff) | |
download | cbb-gcc-4.6.4-9eb742c5dd681cbdb30d6d555680bc84b45eba27.tar.bz2 cbb-gcc-4.6.4-9eb742c5dd681cbdb30d6d555680bc84b45eba27.tar.xz |
midipix targets: ldso: executables now use the framework loader by default.
Diffstat (limited to 'libc')
-rw-r--r-- | libc/cbb-musl-pe.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/cbb-musl-pe.h b/libc/cbb-musl-pe.h index 38976ee6e..13f25b15c 100644 --- a/libc/cbb-musl-pe.h +++ b/libc/cbb-musl-pe.h @@ -77,7 +77,7 @@ extern "C" { " --as-needed -lntapi" \ " --as-needed -ldalist" \ " --as-needed -lpemagine}" \ - "%{!shared:%{!static:%{mldso|mvrfs:" \ + "%{!shared:%{!static:%{!midata:" \ " --as-needed -lldso}}}" #undef STARTFILE_SPEC @@ -92,7 +92,7 @@ extern "C" { "%R/lib/crtidata.o}}} " \ "%{!shared:%R/lib/%{static:S}crt1.o} " \ "%{!shared:%{!mldso:%{!mvrfs:%{!midata:" \ - "%{!static:%R/lib/crtidata.o}}}}} " \ + "%R/lib/%{static:S}crtldso.o}}}} " \ "%{shared:%R/lib/crte.o} " \ "%{static:crtbeginT.o%s;" \ "shared|pie:crtbeginS.o%s;" \ |