All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] libiconv: remove 0001-Fix-link-error-when-compiling-with-gcc-O0.patch
@ 2017-07-10 10:31 Robert Yang
  2017-07-10 10:31 ` [PATCH 1/1] " Robert Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2017-07-10 10:31 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 7dd5dfc4d56f1201110d947ce1ca3c6d64fbc7da:

  oeqa/tinfoil: Improve test_wait_event for race issues (2017-07-08 13:34:00 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/libiconv
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=rbt/libiconv

Robert Yang (1):
  libiconv: remove 0001-Fix-link-error-when-compiling-with-gcc-O0.patch

 ...Fix-link-error-when-compiling-with-gcc-O0.patch | 36 ----------------------
 1 file changed, 36 deletions(-)
 delete mode 100644 meta/recipes-support/libiconv/libiconv-1.14/0001-Fix-link-error-when-compiling-with-gcc-O0.patch

-- 
2.10.2



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] libiconv: remove 0001-Fix-link-error-when-compiling-with-gcc-O0.patch
  2017-07-10 10:31 [PATCH 0/1] libiconv: remove 0001-Fix-link-error-when-compiling-with-gcc-O0.patch Robert Yang
@ 2017-07-10 10:31 ` Robert Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2017-07-10 10:31 UTC (permalink / raw)
  To: openembedded-core

The recipe and patches (including this patch) had been moved into meta-mingw,
this dangling patch is useless here, so should be removed.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 ...Fix-link-error-when-compiling-with-gcc-O0.patch | 36 ----------------------
 1 file changed, 36 deletions(-)
 delete mode 100644 meta/recipes-support/libiconv/libiconv-1.14/0001-Fix-link-error-when-compiling-with-gcc-O0.patch

diff --git a/meta/recipes-support/libiconv/libiconv-1.14/0001-Fix-link-error-when-compiling-with-gcc-O0.patch b/meta/recipes-support/libiconv/libiconv-1.14/0001-Fix-link-error-when-compiling-with-gcc-O0.patch
deleted file mode 100644
index 15af15f..0000000
--- a/meta/recipes-support/libiconv/libiconv-1.14/0001-Fix-link-error-when-compiling-with-gcc-O0.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-This fix is also needed for GCC7.
-
-Upstream-Status: Backport
-Signed-off-by: Ross Burton <ross.burton@intel.com>
-
-From b29089d8b43abc8fba073da7e6dccaeba56b2b70 Mon Sep 17 00:00:00 2001
-From: Bruno Haible <bruno@clisp.org>
-Date: Sat, 19 Nov 2016 17:13:56 +0100
-Subject: [PATCH] Fix link error when compiling with gcc -O0.
-
----
- ChangeLog   | 7 +++++++
- lib/iconv.c | 6 +++++-
- 2 files changed, 12 insertions(+), 1 deletion(-)
-
-diff --git a/lib/iconv.c b/lib/iconv.c
-index 5a1a325..31853a7 100644
---- a/lib/iconv.c
-+++ b/lib/iconv.c
-@@ -178,8 +178,12 @@ static const struct alias sysdep_aliases[] = {
- };
- #ifdef __GNUC__
- __inline
-+#else
-+#ifdef __cplusplus
-+inline
-+#endif
- #endif
--const struct alias *
-+static const struct alias *
- aliases2_lookup (register const char *str)
- {
-   const struct alias * ptr;
--- 
-2.8.1
-
-- 
2.10.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-10 10:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-10 10:31 [PATCH 0/1] libiconv: remove 0001-Fix-link-error-when-compiling-with-gcc-O0.patch Robert Yang
2017-07-10 10:31 ` [PATCH 1/1] " Robert Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.