From 6bd9c88f8cc29f7eb15f2fff4fb4e5fbecfe7ae4 Mon Sep 17 00:00:00 2001 From: aldot Date: Tue, 2 Oct 2018 12:35:42 +0000 Subject: [PATCH] config: Remove unused define for os uClibc __NO_STRING_INLINES was removed from uClibc around 2004 so has no effect. libstdc++-v3/ChangeLog: 2018-10-01 Bernhard Reutner-Fischer * config/os/uclibc/os_defines.h (__NO_STRING_INLINES): Delete. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@264783 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/ChangeLog | 6 +++++- libstdc++-v3/config/os/uclibc/os_defines.h | 3 --- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 7cb0ef5e59f7..c54a5fa4a17e 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2018-10-01 Bernhard Reutner-Fischer + + * config/os/uclibc/os_defines.h (__NO_STRING_INLINES): Delete. + 2018-10-01 Gerald Pfeifer * doc/xml/manual/allocator.xml: Adjust link to "Reconsidering @@ -13,7 +17,7 @@ to https. 2018-09-30 Gerald Pfeifer - + * doc/xml/manual/policy_data_structures_biblio.xml: Update link to Microsoft Component Model Object Technologies. diff --git a/libstdc++-v3/config/os/uclibc/os_defines.h b/libstdc++-v3/config/os/uclibc/os_defines.h index 03a7273d5dc0..bcc47d4d5895 100644 --- a/libstdc++-v3/config/os/uclibc/os_defines.h +++ b/libstdc++-v3/config/os/uclibc/os_defines.h @@ -38,7 +38,4 @@ #include -// We must not see the optimized string functions GNU libc defines. -#define __NO_STRING_INLINES - #endif -- 2.47.2