Add parameter to allow enabling/disabling selftests via configure
[deliverable/binutils-gdb.git] / gdb / gdbserver / server.c
index d711c53e5fd6520648ef973552bf893344eff774..4ec3548d64444ac11e5417f4d7b40acb6dcfe27d 100644 (file)
@@ -3790,7 +3790,7 @@ captured_main (int argc, char *argv[])
 #if GDB_SELF_TEST
       selftests::run_tests (selftest_filter);
 #else
-      printf (_("Selftests are not available in a non-development build.\n"));
+      printf (_("Selftests have been disabled for this build.\n"));
 #endif
       throw_quit ("Quit");
     }
This page took 0.023646 seconds and 4 git commands to generate.