aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/mmixelf.em
diff options
context:
space:
mode:
Diffstat (limited to 'ld/emultempl/mmixelf.em')
-rw-r--r--ld/emultempl/mmixelf.em4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/emultempl/mmixelf.em b/ld/emultempl/mmixelf.em
index 23a501e..44c8287 100644
--- a/ld/emultempl/mmixelf.em
+++ b/ld/emultempl/mmixelf.em
@@ -37,9 +37,9 @@ elfmmix_before_parse (void)
page in the linked file, which is non-intuitive. If there's ever a
full system with shared libraries and demand paging, you will want to
exclude this file. */
- config.magic_demand_paged = FALSE;
+ config.magic_demand_paged = false;
- config.separate_code = `if test "x${SEPARATE_CODE}" = xyes ; then echo TRUE ; else echo FALSE ; fi`;
+ config.separate_code = `if test "x${SEPARATE_CODE}" = xyes ; then echo true ; else echo false ; fi`;
}
EOF