@@ -635,6 +635,16 @@ LTLIBOBJS
635
635
LIBOBJS
636
636
NATIVE_FALSE
637
637
NATIVE_TRUE
638
+ HAVE_LIBLZMA_FALSE
639
+ HAVE_LIBLZMA_TRUE
640
+ HAVE_MINIDEBUG_FALSE
641
+ HAVE_MINIDEBUG_TRUE
642
+ HAVE_COMM_FALSE
643
+ HAVE_COMM_TRUE
644
+ COMM
645
+ HAVE_XZ_FALSE
646
+ HAVE_XZ_TRUE
647
+ XZ
638
648
HAVE_DSYMUTIL_FALSE
639
649
HAVE_DSYMUTIL_TRUE
640
650
HAVE_OBJCOPY_DEBUGLINK_FALSE
802
812
CPPFLAGS
803
813
CPP
804
814
OBJCOPY
805
- DSYMUTIL'
815
+ DSYMUTIL
816
+ NM'
806
817
807
818
808
819
# Initialize some variables set by options.
@@ -1456,6 +1467,7 @@ Some influential environment variables:
1456
1467
CPP C preprocessor
1457
1468
OBJCOPY location of objcopy
1458
1469
DSYMUTIL location of dsymutil
1470
+ NM location of nm
1459
1471
1460
1472
Use these variables to override the choices made by ` configure' or to help
1461
1473
it to find libraries and programs with nonstandard names/locations.
@@ -11269,7 +11281,7 @@ else
11269
11281
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11270
11282
lt_status=$lt_dlunknown
11271
11283
cat > conftest.$ac_ext << _LT_EOF
11272
- #line 11272 "configure"
11284
+ #line 11284 "configure"
11273
11285
#include "confdefs.h"
11274
11286
11275
11287
#if HAVE_DLFCN_H
@@ -11375,7 +11387,7 @@ else
11375
11387
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11376
11388
lt_status=$lt_dlunknown
11377
11389
cat > conftest.$ac_ext << _LT_EOF
11378
- #line 11378 "configure"
11390
+ #line 11390 "configure"
11379
11391
#include "confdefs.h"
11380
11392
11381
11393
#if HAVE_DLFCN_H
@@ -12944,6 +12956,196 @@ else
12944
12956
fi
12945
12957
12946
12958
12959
+
12960
+ # Extract the first word of "nm", so it can be a program name with args.
12961
+ set dummy nm; ac_word=$2
12962
+ { $as_echo " $as_me :${as_lineno-$LINENO } : checking for $ac_word " >&5
12963
+ $as_echo_n " checking for $ac_word ... " >&6 ; }
12964
+ if ${ac_cv_prog_NM+: } false ; then :
12965
+ $as_echo_n " (cached) " >&6
12966
+ else
12967
+ if test -n " $NM " ; then
12968
+ ac_cv_prog_NM=" $NM " # Let the user override the test.
12969
+ else
12970
+ as_save_IFS=$IFS ; IFS=$PATH_SEPARATOR
12971
+ for as_dir in $PATH
12972
+ do
12973
+ IFS=$as_save_IFS
12974
+ test -z " $as_dir " && as_dir=.
12975
+ for ac_exec_ext in ' ' $ac_executable_extensions ; do
12976
+ if as_fn_executable_p " $as_dir /$ac_word$ac_exec_ext " ; then
12977
+ ac_cv_prog_NM=" nm"
12978
+ $as_echo " $as_me :${as_lineno-$LINENO } : found $as_dir /$ac_word$ac_exec_ext " >&5
12979
+ break 2
12980
+ fi
12981
+ done
12982
+ done
12983
+ IFS=$as_save_IFS
12984
+
12985
+ fi
12986
+ fi
12987
+ NM=$ac_cv_prog_NM
12988
+ if test -n " $NM " ; then
12989
+ { $as_echo " $as_me :${as_lineno-$LINENO } : result: $NM " >&5
12990
+ $as_echo " $NM " >&6 ; }
12991
+ else
12992
+ { $as_echo " $as_me :${as_lineno-$LINENO } : result: no" >&5
12993
+ $as_echo " no" >&6 ; }
12994
+ fi
12995
+
12996
+
12997
+
12998
+ # Extract the first word of "xz", so it can be a program name with args.
12999
+ set dummy xz; ac_word=$2
13000
+ { $as_echo " $as_me :${as_lineno-$LINENO } : checking for $ac_word " >&5
13001
+ $as_echo_n " checking for $ac_word ... " >&6 ; }
13002
+ if ${ac_cv_prog_XZ+: } false ; then :
13003
+ $as_echo_n " (cached) " >&6
13004
+ else
13005
+ if test -n " $XZ " ; then
13006
+ ac_cv_prog_XZ=" $XZ " # Let the user override the test.
13007
+ else
13008
+ as_save_IFS=$IFS ; IFS=$PATH_SEPARATOR
13009
+ for as_dir in $PATH
13010
+ do
13011
+ IFS=$as_save_IFS
13012
+ test -z " $as_dir " && as_dir=.
13013
+ for ac_exec_ext in ' ' $ac_executable_extensions ; do
13014
+ if as_fn_executable_p " $as_dir /$ac_word$ac_exec_ext " ; then
13015
+ ac_cv_prog_XZ=" xz"
13016
+ $as_echo " $as_me :${as_lineno-$LINENO } : found $as_dir /$ac_word$ac_exec_ext " >&5
13017
+ break 2
13018
+ fi
13019
+ done
13020
+ done
13021
+ IFS=$as_save_IFS
13022
+
13023
+ fi
13024
+ fi
13025
+ XZ=$ac_cv_prog_XZ
13026
+ if test -n " $XZ " ; then
13027
+ { $as_echo " $as_me :${as_lineno-$LINENO } : result: $XZ " >&5
13028
+ $as_echo " $XZ " >&6 ; }
13029
+ else
13030
+ { $as_echo " $as_me :${as_lineno-$LINENO } : result: no" >&5
13031
+ $as_echo " no" >&6 ; }
13032
+ fi
13033
+
13034
+
13035
+ if test " $XZ " ! = " " ; then
13036
+ HAVE_XZ_TRUE=
13037
+ HAVE_XZ_FALSE=' #'
13038
+ else
13039
+ HAVE_XZ_TRUE=' #'
13040
+ HAVE_XZ_FALSE=
13041
+ fi
13042
+
13043
+ # Extract the first word of "comm", so it can be a program name with args.
13044
+ set dummy comm; ac_word=$2
13045
+ { $as_echo " $as_me :${as_lineno-$LINENO } : checking for $ac_word " >&5
13046
+ $as_echo_n " checking for $ac_word ... " >&6 ; }
13047
+ if ${ac_cv_prog_COMM+: } false ; then :
13048
+ $as_echo_n " (cached) " >&6
13049
+ else
13050
+ if test -n " $COMM " ; then
13051
+ ac_cv_prog_COMM=" $COMM " # Let the user override the test.
13052
+ else
13053
+ as_save_IFS=$IFS ; IFS=$PATH_SEPARATOR
13054
+ for as_dir in $PATH
13055
+ do
13056
+ IFS=$as_save_IFS
13057
+ test -z " $as_dir " && as_dir=.
13058
+ for ac_exec_ext in ' ' $ac_executable_extensions ; do
13059
+ if as_fn_executable_p " $as_dir /$ac_word$ac_exec_ext " ; then
13060
+ ac_cv_prog_COMM=" comm"
13061
+ $as_echo " $as_me :${as_lineno-$LINENO } : found $as_dir /$ac_word$ac_exec_ext " >&5
13062
+ break 2
13063
+ fi
13064
+ done
13065
+ done
13066
+ IFS=$as_save_IFS
13067
+
13068
+ fi
13069
+ fi
13070
+ COMM=$ac_cv_prog_COMM
13071
+ if test -n " $COMM " ; then
13072
+ { $as_echo " $as_me :${as_lineno-$LINENO } : result: $COMM " >&5
13073
+ $as_echo " $COMM " >&6 ; }
13074
+ else
13075
+ { $as_echo " $as_me :${as_lineno-$LINENO } : result: no" >&5
13076
+ $as_echo " no" >&6 ; }
13077
+ fi
13078
+
13079
+
13080
+ if test " $COMM " ! = " " ; then
13081
+ HAVE_COMM_TRUE=
13082
+ HAVE_COMM_FALSE=' #'
13083
+ else
13084
+ HAVE_COMM_TRUE=' #'
13085
+ HAVE_COMM_FALSE=
13086
+ fi
13087
+
13088
+
13089
+ if test " ${with_target_subdir} " = " " -a " $FORMAT_FILE " = " elf.lo" -a " ${OBJCOPY} " ! = " " -a " ${NM} " ! = " " -a " ${XZ} " ! = " " -a " ${COMM} " ! = " " ; then
13090
+ HAVE_MINIDEBUG_TRUE=
13091
+ HAVE_MINIDEBUG_FALSE=' #'
13092
+ else
13093
+ HAVE_MINIDEBUG_TRUE=' #'
13094
+ HAVE_MINIDEBUG_FALSE=
13095
+ fi
13096
+
13097
+
13098
+ { $as_echo " $as_me :${as_lineno-$LINENO } : checking for lzma_auto_decoder in -llzma" >&5
13099
+ $as_echo_n " checking for lzma_auto_decoder in -llzma... " >&6 ; }
13100
+ if ${ac_cv_lib_lzma_lzma_auto_decoder+: } false ; then :
13101
+ $as_echo_n " (cached) " >&6
13102
+ else
13103
+ ac_check_lib_save_LIBS=$LIBS
13104
+ LIBS=" -llzma $LIBS "
13105
+ cat confdefs.h - << _ACEOF >conftest.$ac_ext
13106
+ /* end confdefs.h. */
13107
+
13108
+ /* Override any GCC internal prototype to avoid an error.
13109
+ Use char because int might match the return type of a GCC
13110
+ builtin and then its argument prototype would still apply. */
13111
+ #ifdef __cplusplus
13112
+ extern "C"
13113
+ #endif
13114
+ char lzma_auto_decoder ();
13115
+ int
13116
+ main ()
13117
+ {
13118
+ return lzma_auto_decoder ();
13119
+ ;
13120
+ return 0;
13121
+ }
13122
+ _ACEOF
13123
+ if ac_fn_c_try_link " $LINENO " ; then :
13124
+ ac_cv_lib_lzma_lzma_auto_decoder=yes
13125
+ else
13126
+ ac_cv_lib_lzma_lzma_auto_decoder=no
13127
+ fi
13128
+ rm -f core conftest.err conftest.$ac_objext \
13129
+ conftest$ac_exeext conftest.$ac_ext
13130
+ LIBS=$ac_check_lib_save_LIBS
13131
+ fi
13132
+ { $as_echo " $as_me :${as_lineno-$LINENO } : result: $ac_cv_lib_lzma_lzma_auto_decoder " >&5
13133
+ $as_echo " $ac_cv_lib_lzma_lzma_auto_decoder " >&6 ; }
13134
+ if test " x$ac_cv_lib_lzma_lzma_auto_decoder " = xyes; then :
13135
+
13136
+ $as_echo " #define HAVE_LIBLZMA 1" >> confdefs.h
13137
+
13138
+ fi
13139
+
13140
+ if test " $ac_cv_lib_lzma_lzma_auto_decoder " = yes; then
13141
+ HAVE_LIBLZMA_TRUE=
13142
+ HAVE_LIBLZMA_FALSE=' #'
13143
+ else
13144
+ HAVE_LIBLZMA_TRUE=' #'
13145
+ HAVE_LIBLZMA_FALSE=
13146
+ fi
13147
+
13148
+
12947
13149
{ $as_echo " $as_me :${as_lineno-$LINENO } : checking whether tests can run" >&5
12948
13150
$as_echo_n " checking whether tests can run... " >&6 ; }
12949
13151
if ${libbacktrace_cv_sys_native+: } false ; then :
@@ -13160,6 +13362,22 @@ if test -z "${HAVE_DSYMUTIL_TRUE}" && test -z "${HAVE_DSYMUTIL_FALSE}"; then
13160
13362
as_fn_error $? " conditional \" HAVE_DSYMUTIL\" was never defined.
13161
13363
Usually this means the macro was only invoked conditionally." " $LINENO " 5
13162
13364
fi
13365
+ if test -z " ${HAVE_XZ_TRUE} " && test -z " ${HAVE_XZ_FALSE} " ; then
13366
+ as_fn_error $? " conditional \" HAVE_XZ\" was never defined.
13367
+ Usually this means the macro was only invoked conditionally." " $LINENO " 5
13368
+ fi
13369
+ if test -z " ${HAVE_COMM_TRUE} " && test -z " ${HAVE_COMM_FALSE} " ; then
13370
+ as_fn_error $? " conditional \" HAVE_COMM\" was never defined.
13371
+ Usually this means the macro was only invoked conditionally." " $LINENO " 5
13372
+ fi
13373
+ if test -z " ${HAVE_MINIDEBUG_TRUE} " && test -z " ${HAVE_MINIDEBUG_FALSE} " ; then
13374
+ as_fn_error $? " conditional \" HAVE_MINIDEBUG\" was never defined.
13375
+ Usually this means the macro was only invoked conditionally." " $LINENO " 5
13376
+ fi
13377
+ if test -z " ${HAVE_LIBLZMA_TRUE} " && test -z " ${HAVE_LIBLZMA_FALSE} " ; then
13378
+ as_fn_error $? " conditional \" HAVE_LIBLZMA\" was never defined.
13379
+ Usually this means the macro was only invoked conditionally." " $LINENO " 5
13380
+ fi
13163
13381
if test -z " ${NATIVE_TRUE} " && test -z " ${NATIVE_FALSE} " ; then
13164
13382
as_fn_error $? " conditional \" NATIVE\" was never defined.
13165
13383
Usually this means the macro was only invoked conditionally." " $LINENO " 5
0 commit comments