blob: 73b63c83e93fa8fe05a8755a4739435ef86dec5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff -ur icu-49.1.orig/source/config/mh-linux icu-49.1/source/config/mh-linux
--- icu-49.1.orig/source/config/mh-linux 2012-03-21 18:35:32.000000000 +0100
+++ icu-49.1/source/config/mh-linux 2012-03-22 10:15:47.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 $@ $<
|