diff options
Diffstat (limited to 'ld/ldmain.c')
-rw-r--r-- | ld/ldmain.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ld/ldmain.c b/ld/ldmain.c index bc38bea..faee777 100644 --- a/ld/ldmain.c +++ b/ld/ldmain.c @@ -248,7 +248,6 @@ main (argc, argv) force_make_executable = false; config.magic_demand_paged = true; config.text_read_only = true; - config.make_executable = true; emulation = get_emulation (argc, argv); ldemul_choose_mode (emulation); |