summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorDianna Hohensee <dianna.hohensee@10gen.com>2016-11-29 13:03:55 -0500
committerDianna Hohensee <dianna.hohensee@10gen.com>2016-11-29 13:03:55 -0500
commit0edb03f021bad065d132f579d35fad21abf09212 (patch)
treeacec778d6c3a022b90a34092ff54d19be06db188 /SConstruct
parentdf8ee2e1ffcf24ff1a871ddd0ca1a68d778c77bf (diff)
downloadmongo-0edb03f021bad065d132f579d35fad21abf09212.tar.gz
Revert "SERVER-27075 Link with hash-style=gnu when available"
This reverts commit 1834a0f8425a94cfee80cb212bf831bdac200934.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 0 insertions, 3 deletions
diff --git a/SConstruct b/SConstruct
index 51ba38cfedb..02e589c9032 100644
--- a/SConstruct
+++ b/SConstruct
@@ -2376,9 +2376,6 @@ def doConfigure(myenv):
# Explicitly enable GNU build id's if the linker supports it.
AddToLINKFLAGSIfSupported(myenv, '-Wl,--build-id')
- # Explicitly use the new gnu hash section if the linker offers it.
- AddToLINKFLAGSIfSupported(myenv, '-Wl,--hash-style=gnu')
-
# Disallow an executable stack. Also, issue a warning if any files are found that would
# cause the stack to become executable if the noexecstack flag was not in play, so that we
# can find them and fix them. We do this here after we check for ld.gold because the