diff options
author | midipix <writeonce@midipix.org> | 2017-10-19 19:58:50 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-10-19 19:58:50 -0400 |
commit | 600e9edf8f0db8b903c67056485e82f606ae6575 (patch) | |
tree | c21c8ab28840c5f485762e8eb375977d5a526e86 | |
parent | df13ca6164c506db4b64fe13a2510bd0fe28b353 (diff) | |
download | cbb-gcc-4.6.4-600e9edf8f0db8b903c67056485e82f606ae6575.tar.bz2 cbb-gcc-4.6.4-600e9edf8f0db8b903c67056485e82f606ae6575.tar.xz |
midipix target: remove the CPP_SPEC_LDSO macro, as it is no longer needed.
-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 |