| author | Tor Lillqvist <tml@iki.fi> | 2012-07-30 13:11:44 (GMT) |
|---|---|---|
| committer | Tor Lillqvist <tml@iki.fi> | 2012-07-30 13:15:19 (GMT) |
| commit | 1fd10dd070868a28af3de3bf7ad4e74918f8ce69 (patch) (side-by-side diff) | |
| tree | 9263c12002264fdb6614f52cec9857a89c7380fa | |
| parent | 9211f4ac413f7663e32fb5f5cdd15cf46cbc2d2c (diff) | |
| download | core-1fd10dd070868a28af3de3bf7ad4e74918f8ce69.zip core-1fd10dd070868a28af3de3bf7ad4e74918f8ce69.tar.gz | |
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
| -rw-r--r-- | solenv/inc/unxgcc.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/solenv/inc/unxgcc.mk b/solenv/inc/unxgcc.mk index 2da3ef0..0e98de7 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 |
