diff options
-rw-r--r-- | libc/cbb-musl-pe.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libc/cbb-musl-pe.h b/libc/cbb-musl-pe.h index 349372ce0..759db87b8 100644 --- a/libc/cbb-musl-pe.h +++ b/libc/cbb-musl-pe.h @@ -61,15 +61,11 @@ extern "C" { #undef CPP_SPEC_POSIX #define CPP_SPEC_POSIX "%{posix|mposix:-D_POSIX_SOURCE} " -#undef CPP_SPEC_LDSO -#define CPP_SPEC_LDSO "%{mldso:-D_LDSO} " - #undef CPP_SPEC_NTAPI #define CPP_SPEC_NTAPI "%{mntapi:-ffreestanding} " #undef CPP_SPEC #define CPP_SPEC CPP_SPEC_POSIX \ - CPP_SPEC_LDSO \ CPP_SPEC_NTAPI #undef LIB_SPEC |