Replace == with = in ld/configure.ac
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 29 Jan 2016 15:47:13 +0000 (07:47 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 29 Jan 2016 15:49:18 +0000 (07:49 -0800)
 PR ld/19533
* configure.ac (compressed_debug_sections): Replace == with =.
* configure: Regenerated.

ld/ChangeLog
ld/configure
ld/configure.ac

index 2462b30bf100f3465c62412e1c1c97612d18f8ac..b9eac34704222431b93c795cfaa1a3c02c243767 100644 (file)
@@ -1,3 +1,9 @@
+2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/19533
+       * configure.ac (compressed_debug_sections): Replace == with =.
+       * configure: Regenerated.
+
 2016-01-22  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
 
        * scripttempl/avr.sc (.noinit): Force .noinit VMA to end of .bss VMA.
index 2141ee7cb097f0df8c51cbf3ab86750c9d0a5cb9..cb1e5731e6e07dc576a9eca3d756964c59780201 100755 (executable)
@@ -17103,7 +17103,7 @@ do
   fi
 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
 
index a660b12564b1d1c9ed4f45f821c68272bd309db8..65425060c02ef6029a5df6d312614d02e3bcc79c 100644 (file)
@@ -372,7 +372,7 @@ do
   fi
 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
 
This page took 0.034501 seconds and 4 git commands to generate.