diff options
author | midipix <writeonce@midipix.org> | 2017-10-15 15:42:18 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-10-15 17:59:44 -0400 |
commit | 547b81d86ae8cb6c33c5c32ecd1dd253beec4707 (patch) | |
tree | 54112923ec0d03222319385a392afb1b684123c9 /libc | |
parent | f3bf959aeb677492160fc7922dbb2015776cb2d2 (diff) | |
download | cbb-gcc-4.6.4-547b81d86ae8cb6c33c5c32ecd1dd253beec4707.tar.bz2 cbb-gcc-4.6.4-547b81d86ae8cb6c33c5c32ecd1dd253beec4707.tar.xz |
midipix target: added the -midata option.
Diffstat (limited to 'libc')
-rw-r--r-- | libc/cbb-musl-pe.h | 4 |
1 files changed, 4 insertions, 0 deletions
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;" \ |