Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/binutils/dist/bfd Don't use secureplt on alpha...
details: https://anonhg.NetBSD.org/src/rev/b92031087371
branches: trunk
changeset: 344546:b92031087371
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Apr 04 06:58:48 2016 +0000
description:
Don't use secureplt on alpha yet
diffstat:
external/gpl3/binutils/dist/bfd/configure | 2 +-
external/gpl3/binutils/dist/bfd/configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r cc8b8bf96239 -r b92031087371 external/gpl3/binutils/dist/bfd/configure
--- a/external/gpl3/binutils/dist/bfd/configure Mon Apr 04 05:15:07 2016 +0000
+++ b/external/gpl3/binutils/dist/bfd/configure Mon Apr 04 06:58:48 2016 +0000
@@ -12147,7 +12147,7 @@
*) as_fn_error "bad value ${enableval} for secureplt option" "$LINENO" 5 ;;
esac
else
- use_secureplt=true
+ use_secureplt=false
fi
if test $use_secureplt = true; then
diff -r cc8b8bf96239 -r b92031087371 external/gpl3/binutils/dist/bfd/configure.ac
--- a/external/gpl3/binutils/dist/bfd/configure.ac Mon Apr 04 05:15:07 2016 +0000
+++ b/external/gpl3/binutils/dist/bfd/configure.ac Mon Apr 04 06:58:48 2016 +0000
@@ -82,7 +82,7 @@
yes) use_secureplt=true ;;
no) use_secureplt=false ;;
*) AC_MSG_ERROR(bad value ${enableval} for secureplt option) ;;
-esac],[use_secureplt=true])dnl
+esac],[use_secureplt=false])dnl
if test $use_secureplt = true; then
AC_DEFINE(USE_SECUREPLT, 1,
[Define if we should default to creating read-only plt entries])
Home |
Main Index |
Thread Index |
Old Index