From 8e3f0b30c8c38b61b7cec038c9ad15bdce372d0c Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 15 Oct 2017 16:39:05 -0400 Subject: libc/cbb-musl-pe.h: whitespace meditation. --- libc/cbb-musl-pe.h | 26 +++++++++++++------------- 1 file 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} " \ -- cgit v1.2.3