diff options
author | Richard Henderson <rth@twiddle.net> | 2014-04-21 08:05:49 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2014-04-21 08:05:49 -0700 |
commit | cc75d373fdb9668f367959f99f0b67e056a6c18a (patch) | |
tree | f5939a7fe6d1d4d4cb7a9775b13b1703bc48c45c /bfd/configure | |
parent | a7bdd4ed3f8396e707231cbb7ee989d2e8ba9d46 (diff) | |
download | gdb-cc75d373fdb9668f367959f99f0b67e056a6c18a.zip gdb-cc75d373fdb9668f367959f99f0b67e056a6c18a.tar.gz 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')
-rwxr-xr-x | bfd/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/configure b/bfd/configure index c5cb2a1..66161ac 100755 --- a/bfd/configure +++ b/bfd/configure @@ -12060,7 +12060,7 @@ if test "${enable_secureplt+set}" = set; then : *) as_fn_error "bad value ${enableval} for secureplt option" "$LINENO" 5 ;; esac else - use_secureplt=false + use_secureplt=true fi if test $use_secureplt = true; then |