summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-10-15 16:39:05 -0400
committermidipix <writeonce@midipix.org>2017-10-15 22:57:31 -0400
commit8e3f0b30c8c38b61b7cec038c9ad15bdce372d0c (patch)
tree2e5406a4a50f1fef0b35db35ae36aa4b330bb588 /libc
parent547b81d86ae8cb6c33c5c32ecd1dd253beec4707 (diff)
downloadcbb-gcc-4.6.4-8e3f0b30c8c38b61b7cec038c9ad15bdce372d0c.tar.bz2
cbb-gcc-4.6.4-8e3f0b30c8c38b61b7cec038c9ad15bdce372d0c.tar.xz
libc/cbb-musl-pe.h: whitespace meditation.
Diffstat (limited to 'libc')
-rw-r--r--libc/cbb-musl-pe.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/libc/cbb-musl-pe.h b/libc/cbb-musl-pe.h
index 44ba5da4f..009f43db5 100644
--- a/libc/cbb-musl-pe.h
+++ b/libc/cbb-musl-pe.h
@@ -73,16 +73,16 @@ extern "C" {
CPP_SPEC_NTAPI
#undef LIB_SPEC
-#define LIB_SPEC "%{shared:-lc} " \
- "%{pthread:-lpthread} " \
- "--no-as-needed -lc " \
- "--as-needed -lpsxscl " \
- "%{static:" \
- " --as-needed -lntapi" \
- " --as-needed -ldalist" \
- " --as-needed -lpemagine}"\
- "%{!shared:%{mldso|mvrfs:" \
- " --as-needed -lldso}}"
+#define LIB_SPEC "%{shared:-lc} " \
+ "%{pthread:-lpthread} " \
+ "--no-as-needed -lc " \
+ "--as-needed -lpsxscl " \
+ "%{static:" \
+ " --as-needed -lntapi" \
+ " --as-needed -ldalist" \
+ " --as-needed -lpemagine}" \
+ "%{!shared:%{mldso|mvrfs:" \
+ " --as-needed -lldso}}"
#undef STARTFILE_SPEC
#define STARTFILE_SPEC "%R/lib/crti.o " \
@@ -93,12 +93,12 @@ extern "C" {
"%{!shared:%{!static:%{midata" \
":%R/lib/crtidata.o}}} " \
"%{!shared:%R/lib/%{static:S}crt1.o} " \
- "%{!shared:%{!mldso:%{!mvrfs:%{!midata" \
- ":%{!static:%R/lib/crtidata.o}}}}} " \
+ "%{!shared:%{!mldso:%{!mvrfs:%{!midata:" \
+ "%{!static:%R/lib/crtidata.o}}}}} " \
"%{shared:%R/lib/crte.o} " \
"%{static:crtbeginT.o%s;" \
"shared|pie:crtbeginS.o%s;" \
- ":crtbegin.o%s} "
+ ":crtbegin.o%s} "
#undef ENDFILE_SPEC
#define ENDFILE_SPEC "%{shared|pie:crtendS.o%s;:crtend.o%s} " \