From 15b946f77de531463952e2737d710d4b4f8c866c Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 2 Oct 2018 14:35:42 +0200 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. From-SVN: r264783 --- 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 7cb0ef5..c54a5fa 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 03a7273..bcc47d4 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.7.4