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/gas fix bogus == bashism.
details: https://anonhg.NetBSD.org/src/rev/5cf72405e2a0
branches: trunk
changeset: 813453:5cf72405e2a0
user: christos <christos%NetBSD.org@localhost>
date: Fri Jan 29 16:23:51 2016 +0000
description:
fix bogus == bashism.
diffstat:
external/gpl3/binutils/dist/gas/configure | 2 +-
external/gpl3/binutils/dist/gas/configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 3675deea9231 -r 5cf72405e2a0 external/gpl3/binutils/dist/gas/configure
--- a/external/gpl3/binutils/dist/gas/configure Fri Jan 29 15:33:51 2016 +0000
+++ b/external/gpl3/binutils/dist/gas/configure Fri Jan 29 16:23:51 2016 +0000
@@ -12505,7 +12505,7 @@
done
-if test x$ac_default_compressed_debug_sections == xyes ; then
+if test x$ac_default_compressed_debug_sections = xyes ; then
$as_echo "#define DEFAULT_FLAG_COMPRESS_DEBUG 1" >>confdefs.h
diff -r 3675deea9231 -r 5cf72405e2a0 external/gpl3/binutils/dist/gas/configure.ac
--- a/external/gpl3/binutils/dist/gas/configure.ac Fri Jan 29 15:33:51 2016 +0000
+++ b/external/gpl3/binutils/dist/gas/configure.ac Fri Jan 29 16:23:51 2016 +0000
@@ -549,7 +549,7 @@
done
-if test x$ac_default_compressed_debug_sections == xyes ; then
+if test x$ac_default_compressed_debug_sections = xyes ; then
AC_DEFINE(DEFAULT_FLAG_COMPRESS_DEBUG, 1, [Define if you want compressed debug sections by default.])
fi
Home |
Main Index |
Thread Index |
Old Index