From eae54224ab24e09baca3753c9a686489298fd034 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 20 Dec 2013 13:07:28 +0000 Subject: gcc: Drop 4.7.2 version since 4.8 is stable now We've had 4.8 around for a while now, I'm not aware of any issues with it so we can drop the older 4.7 version. (From OE-Core rev: 15685dccd37f7636bbdd56af04a9dbc9b7595612) Signed-off-by: Richard Purdie --- .../gcc/gcc-4.7/306-libstdc++-namespace.patch | 40 ---------------------- 1 file changed, 40 deletions(-) delete mode 100644 meta/recipes-devtools/gcc/gcc-4.7/306-libstdc++-namespace.patch (limited to 'meta/recipes-devtools/gcc/gcc-4.7/306-libstdc++-namespace.patch') diff --git a/meta/recipes-devtools/gcc/gcc-4.7/306-libstdc++-namespace.patch b/meta/recipes-devtools/gcc/gcc-4.7/306-libstdc++-namespace.patch deleted file mode 100644 index e99bf9602d..0000000000 --- a/meta/recipes-devtools/gcc/gcc-4.7/306-libstdc++-namespace.patch +++ /dev/null @@ -1,40 +0,0 @@ -Upstream-Status: Pending - -Index: gcc-4.6.0/libstdc++-v3/config/locale/uclibc/messages_members.h -=================================================================== ---- gcc-4.6.0.orig/libstdc++-v3/config/locale/uclibc/messages_members.h -+++ gcc-4.6.0/libstdc++-v3/config/locale/uclibc/messages_members.h -@@ -32,7 +32,8 @@ - // - - // Written by Benjamin Kosnik -- -+namespace std -+{ - #ifdef __UCLIBC_MJN3_ONLY__ - #warning fix prototypes for *textdomain funcs - #endif -@@ -116,3 +117,4 @@ - this->_S_create_c_locale(this->_M_c_locale_messages, __s); - } - } -+} -Index: gcc-4.6.0/libstdc++-v3/config/locale/uclibc/time_members.h -=================================================================== ---- gcc-4.6.0.orig/libstdc++-v3/config/locale/uclibc/time_members.h -+++ gcc-4.6.0/libstdc++-v3/config/locale/uclibc/time_members.h -@@ -33,7 +33,8 @@ - // - - // Written by Benjamin Kosnik -- -+namespace std -+{ - template - __timepunct<_CharT>::__timepunct(size_t __refs) - : facet(__refs), _M_data(NULL), _M_c_locale_timepunct(NULL), -@@ -75,3 +76,4 @@ - delete _M_data; - _S_destroy_c_locale(_M_c_locale_timepunct); - } -+} -- cgit v1.2.3-54-g00ecf