Don't run personality syscall at configure time; don't check it at all
[deliverable/binutils-gdb.git] / gdb / linux-nat.c
index c45e335a762191e589d649b142bfe8555f4dc576..e595c71c3d33028e5a5c7dc2b8d5bc3ac6d51017 100644 (file)
@@ -4022,11 +4022,7 @@ linux_nat_target::supports_multi_process ()
 bool
 linux_nat_target::supports_disable_randomization ()
 {
-#ifdef HAVE_PERSONALITY
   return true;
-#else
-  return false;
-#endif
 }
 
 /* SIGCHLD handler that serves two purposes: In non-stop/async mode,
This page took 0.04307 seconds and 4 git commands to generate.