diff options
author | tono <tono@openoffice.org> | 2010-05-31 21:53:32 +0900 |
---|---|---|
committer | tono <tono@openoffice.org> | 2010-05-31 21:53:32 +0900 |
commit | 9bc06e6ac0d2031e6ed95229b0c1e1cf7d86ee90 (patch) | |
tree | 8e969c864bf1b0d87370851d03bf019f8c8cc535 /icu | |
parent | d1d09abe2763b4dffe63db568cc1472505f057d5 (diff) |
i#111958: MinGW port enhancement: runtime-pseude-reloc-v2
Diffstat (limited to 'icu')
-rw-r--r-- | icu/makefile.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk index 70ff42c1a443..2fafcfa75e8d 100644 --- a/icu/makefile.mk +++ b/icu/makefile.mk @@ -158,6 +158,7 @@ icu_LIBS=-lmingwthrd .IF "$(MINGW_SHARED_GXXLIB)"=="YES" icu_LIBS+=-lstdc++_s .ENDIF +icu_LDFLAGS+=-Wl,--enable-runtime-pseudo-reloc-v2 CONFIGURE_ACTION+=sh -c 'CFLAGS="-O -D_MT" CXXFLAGS="-O -D_MT" LDFLAGS="$(icu_LDFLAGS)" LIBS="$(icu_LIBS)" ./configure --build=i586-pc-mingw32 --enable-layout --enable-static --enable-shared=yes --enable-64bit-libs=no' #CONFIGURE_FLAGS=--enable-layout --enable-static --enable-shared=yes --enable-64bit-libs=no |