summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-07-30 16:11:44 +0300
committerTor Lillqvist <tml@iki.fi>2012-07-30 16:15:19 +0300
commit1fd10dd070868a28af3de3bf7ad4e74918f8ce69 (patch)
tree9263c12002264fdb6614f52cec9857a89c7380fa /solenv
parent9211f4ac413f7663e32fb5f5cdd15cf46cbc2d2c (diff)
Avoid -z dynsort, https://issues.apache.org/ooo/show_bug.cgi?id=116423
gold doesn't have -z dynsort, so instead of introducing gold ifdefs, just don't bother with -z dynsort. See the bug for discussion. Change-Id: Icfb8395523127d79c30b688420c469ae50ed2dad
Diffstat (limited to 'solenv')
-rw-r--r--solenv/inc/unxgcc.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/solenv/inc/unxgcc.mk b/solenv/inc/unxgcc.mk
index 2da3ef0f524a..0e98de77f47d 100644
--- a/solenv/inc/unxgcc.mk
+++ b/solenv/inc/unxgcc.mk
@@ -252,8 +252,6 @@ STDSHLCUIMT+=-ljemalloc
.IF "$(HAVE_LD_HASH_STYLE)" == "TRUE"
LINKFLAGS += -Wl,--hash-style=$(WITH_LINKER_HASH_STYLE)
-.ELSE
-LINKFLAGS += -Wl,-zdynsort
.ENDIF
# libraries for linking applications