summaryrefslogtreecommitdiff
path: root/ldso/ldso/ldso.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-02-17 11:50:18 +0000
committerEric Andersen <andersen@codepoet.org>2002-02-17 11:50:18 +0000
commit5ede0d3f2daa450ff2518f0efb75661961b46c07 (patch)
tree42595fe1c0333a1aa7c343de0bf54c33083405ec /ldso/ldso/ldso.c
parent265e399393d6324a2c290b8f3bfa1f31a8e18c27 (diff)
Some more updates. Darn -- arm needs the mprotect hack
Diffstat (limited to 'ldso/ldso/ldso.c')
-rw-r--r--ldso/ldso/ldso.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/ldso/ldso/ldso.c b/ldso/ldso/ldso.c
index b330fa6d6..300bef758 100644
--- a/ldso/ldso/ldso.c
+++ b/ldso/ldso/ldso.c
@@ -23,8 +23,9 @@
/* Enable this to turn on debugging noise */
//#define DL_DEBUG
-/* Enable mprotect protection munging. We don't need this for Linux */
-//#define DO_MPROTECT_HACKS
+/* Enable mprotect protection munging. ARM Linux needs this it seems,
+ * so leave this enabled by default */
+#define DO_MPROTECT_HACKS
// Support a list of library preloads in /etc/ld.so.preload
//#define SUPPORT_LDSO_PRELOAD_FILE