From 9eb742c5dd681cbdb30d6d555680bc84b45eba27 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 24 Oct 2017 19:11:17 -0400 Subject: midipix targets: ldso: executables now use the framework loader by default. --- libc/cbb-musl-pe.h | 4 ++-- 1 file 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;" \ -- cgit v1.2.3