diff options
author | midipix <writeonce@midipix.org> | 2019-03-12 03:17:39 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-03-12 03:17:39 -0400 |
commit | 685b5a287c86ba0155e6af0b713e104ff650dc7f (patch) | |
tree | 691cb8605df3d2e593e1b085b650012d10a702ff | |
parent | 048d1eb9132455948079c217ba1c5de9ff8e5f35 (diff) | |
download | cbb-gcc-4.6.4-685b5a287c86ba0155e6af0b713e104ff650dc7f.tar.bz2 cbb-gcc-4.6.4-685b5a287c86ba0155e6af0b713e104ff650dc7f.tar.xz |
libc/cbb-musl-pe.h: removed definition of USE_PT_GNU_EH_FRAME (not needed).
-rw-r--r-- | libc/cbb-musl-pe.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/cbb-musl-pe.h b/libc/cbb-musl-pe.h index 1c073930e..4bce1c2f0 100644 --- a/libc/cbb-musl-pe.h +++ b/libc/cbb-musl-pe.h @@ -32,9 +32,6 @@ extern "C" { #undef GTHREAD_USE_WEAK #define GTHREAD_USE_WEAK (0) -#undef USE_PT_GNU_EH_FRAME -#define USE_PT_GNU_EH_FRAME (1) - #undef STANDARD_INCLUDE_DIR #define STANDARD_INCLUDE_DIR "/include" |