Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gdb/dist/bfd Mark the alpha options use_secure...
details: https://anonhg.NetBSD.org/src/rev/f873af415f60
branches: trunk
changeset: 348986:f873af415f60
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Nov 19 07:54:19 2016 +0000
description:
Mark the alpha options use_secureplt as false... we don't do secure plt
on alpha (yet)
diffstat:
external/gpl3/gdb/dist/bfd/configure | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 73abfbc7c177 -r f873af415f60 external/gpl3/gdb/dist/bfd/configure
--- a/external/gpl3/gdb/dist/bfd/configure Sat Nov 19 07:52:49 2016 +0000
+++ b/external/gpl3/gdb/dist/bfd/configure Sat Nov 19 07:54:19 2016 +0000
@@ -12163,7 +12163,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
Home |
Main Index |
Thread Index |
Old Index