From df13ca6164c506db4b64fe13a2510bd0fe28b353 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 19 Oct 2017 19:51:51 -0400 Subject: midipix target: static exe's now set the application type (default/standalone). --- libc/cbb-musl-pe.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libc') diff --git a/libc/cbb-musl-pe.h b/libc/cbb-musl-pe.h index b2ee0ce8e..349372ce0 100644 --- a/libc/cbb-musl-pe.h +++ b/libc/cbb-musl-pe.h @@ -88,10 +88,10 @@ extern "C" { #define STARTFILE_SPEC "%R/lib/crti.o " \ "%{!shared:%{mposix:%R/lib/crtposix.o}} " \ "%{!shared:%{mdinga:%R/lib/crtdinga.o}} " \ - "%{!shared:%{!static:%{mldso:" \ - "%R/lib/crtldso.o}}} " \ - "%{!shared:%{!static:%{mvrfs:" \ - "%R/lib/crtvrfs.o}}} " \ + "%{!shared:%{mldso:" \ + "%R/lib/%{static:S}crtldso.o}} " \ + "%{!shared:%{mvrfs:" \ + "%R/lib/%{static:S}crtvrfs.o}} " \ "%{!shared:%{!static:%{midata:" \ "%R/lib/crtidata.o}}} " \ "%{!shared:%R/lib/%{static:S}crt1.o} " \ -- cgit v1.2.3