summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/gcc/gcc-8.1/0002-c99-snprintf.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-06-06 14:37:20 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-08 11:11:22 +0100
commitc26156898ca83c96fea100ced9bc1f3d5b974bda (patch)
treece67fe69b90ce3b9b3297fdfd51ec5acc76a5952 /meta/recipes-devtools/gcc/gcc-8.1/0002-c99-snprintf.patch
parentee054e12f6d4c4cbda66ebbc7d09ecad964a84d1 (diff)
downloadopenembedded-core-c26156898ca83c96fea100ced9bc1f3d5b974bda.tar.gz
openembedded-core-c26156898ca83c96fea100ced9bc1f3d5b974bda.tar.bz2
openembedded-core-c26156898ca83c96fea100ced9bc1f3d5b974bda.zip
gcc-8: Add recipes for 8.1 release
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-8.1/0002-c99-snprintf.patch')
-rw-r--r--meta/recipes-devtools/gcc/gcc-8.1/0002-c99-snprintf.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-8.1/0002-c99-snprintf.patch b/meta/recipes-devtools/gcc/gcc-8.1/0002-c99-snprintf.patch
new file mode 100644
index 0000000000..aa123b41a1
--- /dev/null
+++ b/meta/recipes-devtools/gcc/gcc-8.1/0002-c99-snprintf.patch
@@ -0,0 +1,28 @@
+From 5fbfcf247ed6dd01263639daf0c9c3a291e2fd3a Mon Sep 17 00:00:00 2001
+From: Khem Raj <raj.khem@gmail.com>
+Date: Fri, 29 Mar 2013 08:49:03 +0400
+Subject: [PATCH 02/39] c99-snprintf
+
+Signed-off-by: Khem Raj <raj.khem@gmail.com>
+
+Upstream-Status: Pending
+---
+ libstdc++-v3/include/c_std/cstdio | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/libstdc++-v3/include/c_std/cstdio b/libstdc++-v3/include/c_std/cstdio
+index 1b9571eaa8d..ad816be4fd1 100644
+--- a/libstdc++-v3/include/c_std/cstdio
++++ b/libstdc++-v3/include/c_std/cstdio
+@@ -144,7 +144,7 @@ namespace std
+ using ::vsprintf;
+ } // namespace std
+
+-#if _GLIBCXX_USE_C99_STDIO
++#if _GLIBCXX_USE_C99_STDIO || defined(__UCLIBC__)
+
+ #undef snprintf
+ #undef vfscanf
+--
+2.17.0
+