From: aldot Date: Tue, 2 Oct 2018 12:35:42 +0000 (+0000) Subject: config: Remove unused define for os uClibc X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6bd9c88f8cc29f7eb15f2fff4fb4e5fbecfe7ae4;p=thirdparty%2Fgcc.git 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 --- 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