1 --- misc/icu/source/tools/toolutil/pkg_genc.h
2 +++ misc/build/icu/source/tools/toolutil/pkg_genc.h
6 #define LARGE_BUFFER_MAX_SIZE 2048
7 -#define SMALL_BUFFER_MAX_SIZE 512
8 +#define SMALL_BUFFER_MAX_SIZE 2048
9 #define SMALL_BUFFER_FLAG_NAMES 32
10 #define BUFFER_PADDING_SIZE 20
12 --- misc/icu/source/tools/toolutil/pkg_genc.c
13 +++ misc/build/icu/source/tools/toolutil/pkg_genc.c
21 + "\t.eabi_attribute 20, 1\n"
22 + "\t.eabi_attribute 21, 1\n"
23 + "\t.eabi_attribute 23, 3\n"
24 + "\t.eabi_attribute 24, 1\n"
25 + "\t.eabi_attribute 25, 1\n"
26 + "\t.eabi_attribute 26, 2\n"
27 + "\t.eabi_attribute 30, 6\n"
28 + "\t.eabi_attribute 18, 4\n"
29 + "\t.file \"%s.s\"\n"
31 + "\t.section .rodata\n"
33 + "\t.type %s, %%object\n"
37 + "\t.section .note.GNU-stack,\"\",%%progbits\n",
40 /* 16 bytes alignment. */
41 /* http://docs.oracle.com/cd/E19641-01/802-1947/802-1947.pdf */
43 --- misc/icu/source/config/mh-darwin 2010-09-29 20:37:36.000000000 +0200
44 +++ misc/build/icu/source/config/mh-darwin 2011-03-15 10:56:26.653056004 +0100
46 SHLIB.cc= $(CXX) -dynamiclib -dynamic $(CXXFLAGS) $(LDFLAGS) $(LD_SOOPTIONS)
48 ## Compiler switches to embed a library name and version information
49 -ifeq ($(ENABLE_RPATH),YES)
50 -LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name $(libdir)/$(notdir $(MIDDLE_SO_TARGET))
52 -LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name $(notdir $(MIDDLE_SO_TARGET))
54 +LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name @__________________________________________________OOO/$(notdir $(MIDDLE_SO_TARGET))
56 ## Compiler switch to embed a runtime search path
59 ## Non-shared intermediate object suffix
62 -## Override Versioned target for a shared library.
63 -FINAL_SO_TARGET= $(basename $(SO_TARGET)).$(SO_TARGET_VERSION).$(SO)
64 -MIDDLE_SO_TARGET= $(basename $(SO_TARGET)).$(SO_TARGET_VERSION_MAJOR).$(SO)
66 ## Compilation and dependency rules
67 %.$(STATIC_O): $(srcdir)/%.c
68 $(call SILENT_COMPILE,$(strip $(COMPILE.c) $(STATICCPPFLAGS) $(STATICCFLAGS)) -MMD -MT "$*.d $*.o $*.$(STATIC_O)" -o $@ $<)
71 ## Versioned libraries rules
73 -%.$(SO_TARGET_VERSION_MAJOR).$(SO): %.$(SO_TARGET_VERSION).$(SO)
74 +%.$(SO).$(SO_TARGET_VERSION_MAJOR): %.$(SO).$(SO_TARGET_VERSION)
75 $(RM) $@ && ln -s ${<F} $@
76 -%.$(SO): %.$(SO_TARGET_VERSION_MAJOR).$(SO)
77 - $(RM) $@ && ln -s ${*F}.$(SO_TARGET_VERSION).$(SO) $@
80 -TZORIG_EXTRA_CFLAGS=-DSTD_INSPIRED
83 -GENREN_PL_OPTS=-x Mach-O -n '-g' -p '| c++filt'
84 +%.$(SO): %.$(SO).$(SO_TARGET_VERSION_MAJOR)
85 + $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
87 ## Remove shared library 's'
88 STATIC_PREFIX_WHEN_USED =