From 600e9edf8f0db8b903c67056485e82f606ae6575 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 19 Oct 2017 19:58:50 -0400 Subject: midipix target: remove the CPP_SPEC_LDSO macro, as it is no longer needed. --- libc/cbb-musl-pe.h | 4 ---- 1 file changed, 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 -- cgit v1.2.3