aboutsummaryrefslogtreecommitdiff
path: root/bfd/configure.in
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2014-04-21 08:05:49 -0700
committerRichard Henderson <rth@twiddle.net>2014-04-21 08:05:49 -0700
commitcc75d373fdb9668f367959f99f0b67e056a6c18a (patch)
treef5939a7fe6d1d4d4cb7a9775b13b1703bc48c45c /bfd/configure.in
parenta7bdd4ed3f8396e707231cbb7ee989d2e8ba9d46 (diff)
downloadfsf-binutils-gdb-cc75d373fdb9668f367959f99f0b67e056a6c18a.zip
fsf-binutils-gdb-cc75d373fdb9668f367959f99f0b67e056a6c18a.tar.gz
fsf-binutils-gdb-cc75d373fdb9668f367959f99f0b67e056a6c18a.tar.bz2
Enable secureplt by default for alpha-linux
* configure.ac (use_secureplt): Enable by default. * configure: Rebuild.
Diffstat (limited to 'bfd/configure.in')
-rw-r--r--bfd/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/configure.in b/bfd/configure.in
index af98f62..9fab12f 100644
--- a/bfd/configure.in
+++ b/bfd/configure.in
@@ -85,7 +85,7 @@ AC_ARG_ENABLE(secureplt,
yes) use_secureplt=true ;;
no) use_secureplt=false ;;
*) AC_MSG_ERROR(bad value ${enableval} for secureplt option) ;;
-esac],[use_secureplt=false])dnl
+esac],[use_secureplt=true])dnl
if test $use_secureplt = true; then
AC_DEFINE(USE_SECUREPLT, 1,
[Define if we should default to creating read-only plt entries])