From 547b81d86ae8cb6c33c5c32ecd1dd253beec4707 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 15 Oct 2017 15:42:18 -0400 Subject: midipix target: added the -midata option. --- libc/cbb-musl-pe.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libc') diff --git a/libc/cbb-musl-pe.h b/libc/cbb-musl-pe.h index 4495da880..44ba5da4f 100644 --- a/libc/cbb-musl-pe.h +++ b/libc/cbb-musl-pe.h @@ -90,7 +90,11 @@ extern "C" { "%{!shared:%{mdinga:%R/lib/crtdinga.o}} " \ "%{!shared:%{mldso:%R/lib/crtldso.o}} " \ "%{!shared:%{mvrfs:%R/lib/crtvrfs.o}} " \ + "%{!shared:%{!static:%{midata" \ + ":%R/lib/crtidata.o}}} " \ "%{!shared:%R/lib/%{static:S}crt1.o} " \ + "%{!shared:%{!mldso:%{!mvrfs:%{!midata" \ + ":%{!static:%R/lib/crtidata.o}}}}} " \ "%{shared:%R/lib/crte.o} " \ "%{static:crtbeginT.o%s;" \ "shared|pie:crtbeginS.o%s;" \ -- cgit v1.2.3