]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/emulparams/elf_x86_64.sh
Use bool in ld
[thirdparty/binutils-gdb.git] / ld / emulparams / elf_x86_64.sh
index 6e31d2242cd7912ff58a79cdb9a6b2d63de04cdb..48d0974711bdebfed2168f086b75a23e237521a1 100644 (file)
@@ -52,7 +52,7 @@ case "$target" in
 '
        PARSE_AND_LIST_ARGS_CASE_Z_BNDPLT='
       else if (strcmp (optarg, "bndplt") == 0)
-       params.bndplt = TRUE;
+       params.bndplt = true;
 '
        PARSE_AND_LIST_OPTIONS="$PARSE_AND_LIST_OPTIONS $PARSE_AND_LIST_OPTIONS_BNDPLT"
        PARSE_AND_LIST_ARGS_CASE_Z="$PARSE_AND_LIST_ARGS_CASE_Z $PARSE_AND_LIST_ARGS_CASE_Z_BNDPLT"