summaryrefslogtreecommitdiff
path: root/icu
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-07-12 13:57:42 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-07-12 14:10:38 +0100
commit7cb7efce3552563cba41bd9cb62c0ae82e60e154 (patch)
treeb452b1438cfc394b9b484aa674e0d63b8940097e /icu
parent291f3fe9d05eccfd125cdaafcdf01328e754122c (diff)
make icu build on mips again
my mips supports hash-style=both, but if you actually use it ld barfs with "gnu.hash is incompatible with the mips abi" everywhere else we just do -Wl,--hash-style=$(WITH_LINKER_HASH_STYLE) Change-Id: Ie310b7edad0d3068e5c4fcfed22aaea96698a06b
Diffstat (limited to 'icu')
-rw-r--r--icu/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk
index f65481adc8da..c529c99b11e8 100644
--- a/icu/makefile.mk
+++ b/icu/makefile.mk
@@ -106,7 +106,7 @@ LDFLAGSADD+=$(LINKFLAGS) $(LINKFLAGSRUNPATH_OOO)
.ENDIF # "$(OS)"=="AIX"
.IF "$(HAVE_LD_HASH_STYLE)" == "TRUE"
-LDFLAGSADD += -Wl,--hash-style=both
+LDFLAGSADD += -Wl,--hash-style=$(WITH_LINKER_HASH_STYLE)
.ENDIF
.IF "$(OS)"=="IOS"