Lines 64-81
if test x$ac_checking != x ; then
Link Here
|
64 |
AC_DEFINE(ENABLE_CHECKING, 1, [Define if you want run-time sanity checks.]) |
64 |
AC_DEFINE(ENABLE_CHECKING, 1, [Define if you want run-time sanity checks.]) |
65 |
fi |
65 |
fi |
66 |
|
66 |
|
67 |
# PR gas/19109 |
|
|
68 |
# Decide the default method for compressing debug sections. |
69 |
ac_default_compressed_debug_sections=unset |
70 |
# Provide a configure time option to override our default. |
71 |
AC_ARG_ENABLE(compressed_debug_sections, |
72 |
[ --enable-compressed-debug-sections compress debug sections by default], |
73 |
[case "${enableval}" in |
74 |
yes) ac_default_compressed_debug_sections=yes ;; |
75 |
no) ac_default_compressed_debug_sections=no ;; |
76 |
*) ac_default_compressed_debug_sections=unset ;; |
77 |
esac])dnl |
78 |
|
79 |
using_cgen=no |
67 |
using_cgen=no |
80 |
|
68 |
|
81 |
AM_BINUTILS_WARNINGS |
69 |
AM_BINUTILS_WARNINGS |
Lines 548-556
changequote([,])dnl
Link Here
|
548 |
|
536 |
|
549 |
done |
537 |
done |
550 |
|
538 |
|
551 |
if test x$ac_default_compressed_debug_sections == xyes ; then |
539 |
case x${enable_compressed_debug_sections} in |
552 |
AC_DEFINE(DEFAULT_FLAG_COMPRESS_DEBUG, 1, [Define if you want compressed debug sections by default.]) |
540 |
x*gas*|xall) |
553 |
fi |
541 |
AC_DEFINE(DEFAULT_FLAG_COMPRESS_DEBUG, 1, |
|
|
542 |
[Define if you want compressed debug sections by default.]) |
543 |
;; |
544 |
esac |
554 |
|
545 |
|
555 |
# Turn on all targets if possible |
546 |
# Turn on all targets if possible |
556 |
if test ${all_targets} = "yes"; then |
547 |
if test ${all_targets} = "yes"; then |