summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/icu/files/use-g++-for-linking.patch
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2012-12-18 13:58:36 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-19 17:54:57 +0000
commit9596495e09b1738d2e85e0c1a2997c889dd6e6f5 (patch)
tree07db8282ccb3eecabd64cb7b900f200cbb5e464c /meta/recipes-support/icu/files/use-g++-for-linking.patch
parentc21f80b294a226e00d6dfd8efedb0f7f0fb0c647 (diff)
downloadpoky-9596495e09b1738d2e85e0c1a2997c889dd6e6f5.tar.gz
ICU: upgrade to 50.1.
Upgrade ICU to 50.1. All unnecessary patches of the previous version are dropped. [YOCTO #3557] (From OE-Core rev: d9e6b45a0abd15b24941d8d04142cd79399424ef) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/icu/files/use-g++-for-linking.patch')
-rw-r--r--meta/recipes-support/icu/files/use-g++-for-linking.patch74
1 files changed, 0 insertions, 74 deletions
diff --git a/meta/recipes-support/icu/files/use-g++-for-linking.patch b/meta/recipes-support/icu/files/use-g++-for-linking.patch
deleted file mode 100644
index f477dadee9..0000000000
--- a/meta/recipes-support/icu/files/use-g++-for-linking.patch
+++ /dev/null
@@ -1,74 +0,0 @@
1Use g++ for linking.
2
3Upstream-Status: Inappropriate [Other]
4Build system specific
5
6Signed-off-by: Scott Garman <scott.a.garman@intel.com>
7
8---
9 tools/genccode/Makefile.in | 2 +-
10 tools/gencmn/Makefile.in | 2 +-
11 tools/genrb/Makefile.in | 2 +-
12 tools/pkgdata/Makefile.in | 2 +-
13 4 files changed, 4 insertions(+), 4 deletions(-)
14
15--- source.orig/tools/genccode/Makefile.in
16+++ source/tools/genccode/Makefile.in
17@@ -76,11 +76,11 @@ check-local: all-local
18 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
19 cd $(top_builddir) \
20 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
21
22 $(TARGET) : $(OBJECTS)
23- $(LINK.c) $(OUTOPT)$@ $^ $(LIBS)
24+ $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
25
26
27 %.$(SECTION): $(srcdir)/%.$(SECTION).in
28 cd $(top_builddir) \
29 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
30--- source.orig/tools/gencmn/Makefile.in
31+++ source/tools/gencmn/Makefile.in
32@@ -76,11 +76,11 @@ check-local: all-local
33 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
34 cd $(top_builddir) \
35 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
36
37 $(TARGET) : $(OBJECTS)
38- $(LINK.c) $(OUTOPT)$@ $^ $(LIBS)
39+ $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
40
41 %.$(SECTION): $(srcdir)/%.$(SECTION).in
42 cd $(top_builddir) \
43 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
44
45--- source.orig/tools/genrb/Makefile.in
46+++ source/tools/genrb/Makefile.in
47@@ -84,11 +84,11 @@ Makefile: $(srcdir)/Makefile.in $(top_b
48
49 $(TARGET) : $(OBJECTS)
50 $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
51
52 $(DERB) : $(DERB_OBJ)
53- $(LINK.c) $(OUTOPT)$@ $^ $(LIBS)
54+ $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
55
56
57 # This line is needed to serialize builds when the gmake -j option is used.
58 $(TARGET_STUB_NAME).$(SECTION): $(DERB_STUB_NAME).$(SECTION)
59
60--- source.orig/tools/pkgdata/Makefile.in
61+++ source/tools/pkgdata/Makefile.in
62@@ -81,11 +81,11 @@ check-local: all-local
63 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
64 cd $(top_builddir) \
65 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
66
67 $(TARGET) : $(OBJECTS)
68- $(LINK.c) $(OUTOPT)$@ $^ $(LIBS)
69+ $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
70
71
72 %.$(SECTION): $(srcdir)/%.$(SECTION).in
73 cd $(top_builddir) \
74 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status