summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu/icu-49.1-PATCHES/patch-14-GENCCODE_ASSEMBLY
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/icu/icu-49.1-PATCHES/patch-14-GENCCODE_ASSEMBLY')
-rw-r--r--Build/source/libs/icu/icu-49.1-PATCHES/patch-14-GENCCODE_ASSEMBLY13
1 files changed, 13 insertions, 0 deletions
diff --git a/Build/source/libs/icu/icu-49.1-PATCHES/patch-14-GENCCODE_ASSEMBLY b/Build/source/libs/icu/icu-49.1-PATCHES/patch-14-GENCCODE_ASSEMBLY
new file mode 100644
index 00000000000..8e19a31930d
--- /dev/null
+++ b/Build/source/libs/icu/icu-49.1-PATCHES/patch-14-GENCCODE_ASSEMBLY
@@ -0,0 +1,13 @@
+diff -ur icu-49.rc.orig/source/config/mh-linux icu-49.rc/source/config/mh-linux
+--- icu-49.rc.orig/source/config/mh-linux 2012-03-02 23:12:16.000000000 +0100
++++ icu-49.rc/source/config/mh-linux 2012-03-03 17:31:06.000000000 +0100
+@@ -37,6 +37,9 @@
+ ## Non-shared intermediate object suffix
+ STATIC_O = ao
+
++## The type of assembly needed when pkgdata is used for generating shared libraries.
++GENCCODE_ASSEMBLY=-a gcc
++
+ ## Compilation rules
+ %.$(STATIC_O): $(srcdir)/%.c
+ $(COMPILE.c) $(STATICCPPFLAGS) $(STATICCFLAGS) -o $@ $<