diff options
Diffstat (limited to 'bfd')
-rwxr-xr-x | bfd/configure | 2 | ||||
-rw-r--r-- | bfd/configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bfd/configure b/bfd/configure index 23ffa6d..210550a 100755 --- a/bfd/configure +++ b/bfd/configure @@ -12018,7 +12018,7 @@ if test "${with_mmap+set}" = set; then : *) as_fn_error $? "bad value ${withval} for BFD with-mmap option" "$LINENO" 5 ;; esac else - want_mmap=false + want_mmap=true fi # Check whether --enable-secureplt was given. diff --git a/bfd/configure.ac b/bfd/configure.ac index 7fcc5d4..02d8ba9 100644 --- a/bfd/configure.ac +++ b/bfd/configure.ac @@ -113,7 +113,7 @@ AC_ARG_WITH(mmap, yes) want_mmap=true ;; no) want_mmap=false ;; *) AC_MSG_ERROR(bad value ${withval} for BFD with-mmap option) ;; -esac],[want_mmap=false])dnl +esac],[want_mmap=true])dnl AC_ARG_ENABLE(secureplt, [ --enable-secureplt Default to creating read-only plt entries], |