Lines 764-769
enable_plugins
Link Here
|
764 |
enable_largefile |
764 |
enable_largefile |
765 |
enable_targets |
765 |
enable_targets |
766 |
enable_checking |
766 |
enable_checking |
|
|
767 |
enable_compressed_debug_sections |
767 |
enable_werror |
768 |
enable_werror |
768 |
enable_build_warnings |
769 |
enable_build_warnings |
769 |
enable_nls |
770 |
enable_nls |
Lines 1412-1417
Optional Features:
Link Here
|
1412 |
--disable-largefile omit support for large files |
1413 |
--disable-largefile omit support for large files |
1413 |
--enable-targets alternative target configurations besides the primary |
1414 |
--enable-targets alternative target configurations besides the primary |
1414 |
--enable-checking enable run-time checks |
1415 |
--enable-checking enable run-time checks |
|
|
1416 |
--enable-compressed-debug-sections compress debug sections by default |
1415 |
--enable-werror treat compile warnings as errors |
1417 |
--enable-werror treat compile warnings as errors |
1416 |
--enable-build-warnings enable build-time compiler warnings |
1418 |
--enable-build-warnings enable build-time compiler warnings |
1417 |
--disable-nls do not use Native Language Support |
1419 |
--disable-nls do not use Native Language Support |
Lines 10969-10975
else
Link Here
|
10969 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
10971 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
10970 |
lt_status=$lt_dlunknown |
10972 |
lt_status=$lt_dlunknown |
10971 |
cat > conftest.$ac_ext <<_LT_EOF |
10973 |
cat > conftest.$ac_ext <<_LT_EOF |
10972 |
#line 10972 "configure" |
10974 |
#line 10974 "configure" |
10973 |
#include "confdefs.h" |
10975 |
#include "confdefs.h" |
10974 |
|
10976 |
|
10975 |
#if HAVE_DLFCN_H |
10977 |
#if HAVE_DLFCN_H |
Lines 11075-11081
else
Link Here
|
11075 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
11077 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
11076 |
lt_status=$lt_dlunknown |
11078 |
lt_status=$lt_dlunknown |
11077 |
cat > conftest.$ac_ext <<_LT_EOF |
11079 |
cat > conftest.$ac_ext <<_LT_EOF |
11078 |
#line 11078 "configure" |
11080 |
#line 11080 "configure" |
11079 |
#include "confdefs.h" |
11081 |
#include "confdefs.h" |
11080 |
|
11082 |
|
11081 |
#if HAVE_DLFCN_H |
11083 |
#if HAVE_DLFCN_H |
Lines 11664-11669
$as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
Link Here
|
11664 |
|
11666 |
|
11665 |
fi |
11667 |
fi |
11666 |
|
11668 |
|
|
|
11669 |
# PR gas/19109 |
11670 |
# Decide the default method for compressing debug sections. |
11671 |
ac_default_compressed_debug_sections=unset |
11672 |
# Provide a configure time option to override our default. |
11673 |
# Check whether --enable-compressed_debug_sections was given. |
11674 |
if test "${enable_compressed_debug_sections+set}" = set; then : |
11675 |
enableval=$enable_compressed_debug_sections; case "${enableval}" in |
11676 |
yes) ac_default_compressed_debug_sections=yes ;; |
11677 |
no) ac_default_compressed_debug_sections=no ;; |
11678 |
*) ac_default_compressed_debug_sections=unset ;; |
11679 |
esac |
11680 |
fi |
11681 |
|
11667 |
using_cgen=no |
11682 |
using_cgen=no |
11668 |
|
11683 |
|
11669 |
|
11684 |
|
Lines 12410-12415
cat >>confdefs.h <<_ACEOF
Link Here
|
12410 |
_ACEOF |
12425 |
_ACEOF |
12411 |
|
12426 |
|
12412 |
fi |
12427 |
fi |
|
|
12428 |
|
12429 |
# For x86 Linux targets default to compressing |
12430 |
# debug sections unless configured otherwise. |
12431 |
cds=${ac_default_compressed_debug_sections}-${cpu_type}-${target_os} |
12432 |
case $cds in |
12433 |
unset-i386-linux-*) |
12434 |
ac_default_compressed_debug_sections=yes |
12435 |
;; |
12436 |
esac |
12413 |
;; |
12437 |
;; |
12414 |
|
12438 |
|
12415 |
rl78) |
12439 |
rl78) |
Lines 12489-12494
_ACEOF
Link Here
|
12489 |
|
12513 |
|
12490 |
done |
12514 |
done |
12491 |
|
12515 |
|
|
|
12516 |
if test x$ac_default_compressed_debug_sections == xyes ; then |
12517 |
|
12518 |
$as_echo "#define DEFAULT_FLAG_COMPRESS_DEBUG 1" >>confdefs.h |
12519 |
|
12520 |
fi |
12521 |
|
12492 |
# Turn on all targets if possible |
12522 |
# Turn on all targets if possible |
12493 |
if test ${all_targets} = "yes"; then |
12523 |
if test ${all_targets} = "yes"; then |
12494 |
case ${target_cpu_type} in |
12524 |
case ${target_cpu_type} in |