Replace == with = in ld/configure.ac
PR ld/19533 * configure.ac (compressed_debug_sections): Replace == with =. * configure: Regenerated.
This commit is contained in:
parent
ac2789d7ec
commit
621ff761b3
@ -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.
|
||||
|
||||
2
ld/configure
vendored
2
ld/configure
vendored
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user