1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
- # Generated by GNU Autoconf 2.71 for cpuminer-opt 24.6 .
3
+ # Generated by GNU Autoconf 2.71 for cpuminer-opt 24.7 .
4
4
#
5
5
#
6
6
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
@@ -608,8 +608,8 @@ MAKEFLAGS=
608
608
# Identity of this package.
609
609
PACKAGE_NAME=' cpuminer-opt'
610
610
PACKAGE_TARNAME=' cpuminer-opt'
611
- PACKAGE_VERSION=' 24.6 '
612
- PACKAGE_STRING=' cpuminer-opt 24.6 '
611
+ PACKAGE_VERSION=' 24.7 '
612
+ PACKAGE_STRING=' cpuminer-opt 24.7 '
613
613
PACKAGE_BUGREPORT=' '
614
614
PACKAGE_URL=' '
615
615
@@ -1360,7 +1360,7 @@ if test "$ac_init_help" = "long"; then
1360
1360
# Omit some internal or obsolete options to make the list less imposing.
1361
1361
# This message is too long to be a string in the A/UX 3.1 sh.
1362
1362
cat << _ACEOF
1363
- \` configure' configures cpuminer-opt 24.6 to adapt to many kinds of systems.
1363
+ \` configure' configures cpuminer-opt 24.7 to adapt to many kinds of systems.
1364
1364
1365
1365
Usage: $0 [OPTION]... [VAR=VALUE]...
1366
1366
1432
1432
1433
1433
if test -n " $ac_init_help " ; then
1434
1434
case $ac_init_help in
1435
- short | recursive ) echo " Configuration of cpuminer-opt 24.6 :" ;;
1435
+ short | recursive ) echo " Configuration of cpuminer-opt 24.7 :" ;;
1436
1436
esac
1437
1437
cat << \_ACEOF
1438
1438
1538
1538
test -n " $ac_init_help " && exit $ac_status
1539
1539
if $ac_init_version ; then
1540
1540
cat << \_ACEOF
1541
- cpuminer-opt configure 24.6
1541
+ cpuminer-opt configure 24.7
1542
1542
generated by GNU Autoconf 2.71
1543
1543
1544
1544
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1985,7 +1985,7 @@ cat >config.log <<_ACEOF
1985
1985
This file contains any messages produced by compilers while
1986
1986
running configure, to aid debugging if configure makes a mistake.
1987
1987
1988
- It was created by cpuminer-opt $as_me 24.6 , which was
1988
+ It was created by cpuminer-opt $as_me 24.7 , which was
1989
1989
generated by GNU Autoconf 2.71. Invocation command line was
1990
1990
1991
1991
$ $0 $ac_configure_args_raw
3593
3593
3594
3594
# Define the identity of the package.
3595
3595
PACKAGE=' cpuminer-opt'
3596
- VERSION=' 24.6 '
3596
+ VERSION=' 24.7 '
3597
3597
3598
3598
3599
3599
printf " %s\n" " #define PACKAGE \" $PACKAGE \" " >> confdefs.h
@@ -6502,34 +6502,33 @@ then :
6502
6502
fi
6503
6503
6504
6504
6505
- MINGW_TARGET=` $CC -dumpmachine 2>&1 `
6506
- case $MINGW_TARGET in
6507
- arm* -* -* )
6508
- have_arm=true
6509
- ;;
6510
- i* 86-* -mingw* )
6511
- have_x86=true
6512
- have_win32=true
6513
- CFLAGS=" -Icompat/pthreads $CFLAGS "
6514
- PTHREAD_LDFLAGS=" -Lcompat/pthreads/x86"
6515
- WS2_LIBS=" -lws2_32"
6516
- ;;
6517
- x86_64-* -mingw* |amd64-* -mingw* )
6518
- have_x86_64=true
6519
- have_win32=true
6520
- CFLAGS=" -Icompat/pthreads $CFLAGS "
6521
- PTHREAD_LDFLAGS=" -Lcompat/pthreads/x64"
6522
- # SHOULD BE AT END! after -lcrypto #
6523
- WS2_LIBS=" -L/mingw/x86_64-w64-mingw32/lib -lws2_32"
6524
- ;;
6505
+ case $target in
6525
6506
i* 86-* -* )
6526
6507
have_x86=true
6527
6508
;;
6528
6509
x86_64-* -* |amd64-* -* )
6529
6510
have_x86_64=true
6530
6511
;;
6512
+ arm* -* -* )
6513
+ have_arm=true
6514
+ ;;
6515
+ powerpc* -* -* )
6516
+ have_ppc=true
6517
+ ;;
6518
+ esac
6519
+
6520
+ PTHREAD_FLAGS=" -pthread"
6521
+ WS2_LIBS=" "
6522
+
6523
+ case $target in
6524
+ * -* -mingw* )
6525
+ have_win32=true
6526
+ PTHREAD_FLAGS=" "
6527
+ WS2_LIBS=" -lws2_32"
6528
+ ;;
6531
6529
esac
6532
6530
6531
+
6533
6532
# Check whether --enable-assembly was given.
6534
6533
if test ${enable_assembly+y}
6535
6534
then :
@@ -6705,10 +6704,7 @@ else $as_nop
6705
6704
fi
6706
6705
6707
6706
6708
- # GC2 for GNU static
6709
- if test " x$have_win32 " = " xtrue" ; then
6710
- # MinGW
6711
- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : checking for pthread_create in -lpthread" >&5
6707
+ { printf " %s\n" " $as_me :${as_lineno-$LINENO } : checking for pthread_create in -lpthread" >&5
6712
6708
printf %s " checking for pthread_create in -lpthread... " >&6 ; }
6713
6709
if test ${ac_cv_lib_pthread_pthread_create+y}
6714
6710
then :
@@ -6745,18 +6741,94 @@ fi
6745
6741
printf " %s\n" " $ac_cv_lib_pthread_pthread_create " >&6 ; }
6746
6742
if test " x$ac_cv_lib_pthread_pthread_create " = xyes
6747
6743
then :
6748
- PTHREAD_LIBS=" -lpthreadGC2"
6744
+ PTHREAD_LIBS=" -lpthread"
6745
+ else $as_nop
6746
+ { printf " %s\n" " $as_me :${as_lineno-$LINENO } : checking for pthread_create in -lpthreadGC2" >&5
6747
+ printf %s " checking for pthread_create in -lpthreadGC2... " >&6 ; }
6748
+ if test ${ac_cv_lib_pthreadGC2_pthread_create+y}
6749
+ then :
6750
+ printf %s " (cached) " >&6
6751
+ else $as_nop
6752
+ ac_check_lib_save_LIBS=$LIBS
6753
+ LIBS=" -lpthreadGC2 $LIBS "
6754
+ cat confdefs.h - << _ACEOF >conftest.$ac_ext
6755
+ /* end confdefs.h. */
6756
+
6757
+ /* Override any GCC internal prototype to avoid an error.
6758
+ Use char because int might match the return type of a GCC
6759
+ builtin and then its argument prototype would still apply. */
6760
+ char pthread_create ();
6761
+ int
6762
+ main (void)
6763
+ {
6764
+ return pthread_create ();
6765
+ ;
6766
+ return 0;
6767
+ }
6768
+ _ACEOF
6769
+ if ac_fn_c_try_link " $LINENO "
6770
+ then :
6771
+ ac_cv_lib_pthreadGC2_pthread_create=yes
6772
+ else $as_nop
6773
+ ac_cv_lib_pthreadGC2_pthread_create=no
6749
6774
fi
6775
+ rm -f core conftest.err conftest.$ac_objext conftest.beam \
6776
+ conftest$ac_exeext conftest.$ac_ext
6777
+ LIBS=$ac_check_lib_save_LIBS
6778
+ fi
6779
+ { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: $ac_cv_lib_pthreadGC2_pthread_create " >&5
6780
+ printf " %s\n" " $ac_cv_lib_pthreadGC2_pthread_create " >&6 ; }
6781
+ if test " x$ac_cv_lib_pthreadGC2_pthread_create " = xyes
6782
+ then :
6783
+ PTHREAD_LIBS=" -lpthreadGC2"
6784
+ else $as_nop
6785
+ { printf " %s\n" " $as_me :${as_lineno-$LINENO } : checking for pthread_create in -lpthreadGC1" >&5
6786
+ printf %s " checking for pthread_create in -lpthreadGC1... " >&6 ; }
6787
+ if test ${ac_cv_lib_pthreadGC1_pthread_create+y}
6788
+ then :
6789
+ printf %s " (cached) " >&6
6790
+ else $as_nop
6791
+ ac_check_lib_save_LIBS=$LIBS
6792
+ LIBS=" -lpthreadGC1 $LIBS "
6793
+ cat confdefs.h - << _ACEOF >conftest.$ac_ext
6794
+ /* end confdefs.h. */
6750
6795
6751
- else
6752
- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : checking for pthread_create in -lpthread" >&5
6753
- printf %s " checking for pthread_create in -lpthread... " >&6 ; }
6754
- if test ${ac_cv_lib_pthread_pthread_create+y}
6796
+ /* Override any GCC internal prototype to avoid an error.
6797
+ Use char because int might match the return type of a GCC
6798
+ builtin and then its argument prototype would still apply. */
6799
+ char pthread_create ();
6800
+ int
6801
+ main (void)
6802
+ {
6803
+ return pthread_create ();
6804
+ ;
6805
+ return 0;
6806
+ }
6807
+ _ACEOF
6808
+ if ac_fn_c_try_link " $LINENO "
6809
+ then :
6810
+ ac_cv_lib_pthreadGC1_pthread_create=yes
6811
+ else $as_nop
6812
+ ac_cv_lib_pthreadGC1_pthread_create=no
6813
+ fi
6814
+ rm -f core conftest.err conftest.$ac_objext conftest.beam \
6815
+ conftest$ac_exeext conftest.$ac_ext
6816
+ LIBS=$ac_check_lib_save_LIBS
6817
+ fi
6818
+ { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: $ac_cv_lib_pthreadGC1_pthread_create " >&5
6819
+ printf " %s\n" " $ac_cv_lib_pthreadGC1_pthread_create " >&6 ; }
6820
+ if test " x$ac_cv_lib_pthreadGC1_pthread_create " = xyes
6821
+ then :
6822
+ PTHREAD_LIBS=" -lpthreadGC1"
6823
+ else $as_nop
6824
+ { printf " %s\n" " $as_me :${as_lineno-$LINENO } : checking for pthread_create in -lpthreadGC" >&5
6825
+ printf %s " checking for pthread_create in -lpthreadGC... " >&6 ; }
6826
+ if test ${ac_cv_lib_pthreadGC_pthread_create+y}
6755
6827
then :
6756
6828
printf %s " (cached) " >&6
6757
6829
else $as_nop
6758
6830
ac_check_lib_save_LIBS=$LIBS
6759
- LIBS=" -lpthread $LIBS "
6831
+ LIBS=" -lpthreadGC $LIBS "
6760
6832
cat confdefs.h - << _ACEOF >conftest.$ac_ext
6761
6833
/* end confdefs.h. */
6762
6834
@@ -6774,24 +6846,30 @@ return pthread_create ();
6774
6846
_ACEOF
6775
6847
if ac_fn_c_try_link " $LINENO "
6776
6848
then :
6777
- ac_cv_lib_pthread_pthread_create =yes
6849
+ ac_cv_lib_pthreadGC_pthread_create =yes
6778
6850
else $as_nop
6779
- ac_cv_lib_pthread_pthread_create =no
6851
+ ac_cv_lib_pthreadGC_pthread_create =no
6780
6852
fi
6781
6853
rm -f core conftest.err conftest.$ac_objext conftest.beam \
6782
6854
conftest$ac_exeext conftest.$ac_ext
6783
6855
LIBS=$ac_check_lib_save_LIBS
6784
6856
fi
6785
- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: $ac_cv_lib_pthread_pthread_create " >&5
6786
- printf " %s\n" " $ac_cv_lib_pthread_pthread_create " >&6 ; }
6787
- if test " x$ac_cv_lib_pthread_pthread_create " = xyes
6857
+ { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: $ac_cv_lib_pthreadGC_pthread_create " >&5
6858
+ printf " %s\n" " $ac_cv_lib_pthreadGC_pthread_create " >&6 ; }
6859
+ if test " x$ac_cv_lib_pthreadGC_pthread_create " = xyes
6788
6860
then :
6789
- PTHREAD_LIBS=" -lpthread"
6861
+ PTHREAD_LIBS=" -lpthreadGC"
6862
+
6863
+ fi
6864
+
6790
6865
fi
6791
6866
6792
6867
fi
6793
6868
6794
- LDFLAGS=" $PTHREAD_LDFLAGS $LDFLAGS "
6869
+ fi
6870
+
6871
+
6872
+ # LDFLAGS="$PTHREAD_LDFLAGS $LDFLAGS"
6795
6873
# PTHREAD_LIBS="$PTHREAD_LIBS"
6796
6874
6797
6875
{ printf " %s\n" " $as_me :${as_lineno-$LINENO } : checking whether __uint128_t is supported" >&5
@@ -7508,7 +7586,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7508
7586
# report actual input values of CONFIG_FILES etc. instead of their
7509
7587
# values after options handling.
7510
7588
ac_log="
7511
- This file was extended by cpuminer-opt $as_me 24.6 , which was
7589
+ This file was extended by cpuminer-opt $as_me 24.7 , which was
7512
7590
generated by GNU Autoconf 2.71. Invocation command line was
7513
7591
7514
7592
CONFIG_FILES = $CONFIG_FILES
@@ -7576,7 +7654,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
7576
7654
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7577
7655
ac_cs_config='$ac_cs_config_escaped '
7578
7656
ac_cs_version=" \\
7579
- cpuminer-opt config.status 24.6
7657
+ cpuminer-opt config.status 24.7
7580
7658
configured by $0 , generated by GNU Autoconf 2.71,
7581
7659
with options \\ " \$ ac_cs_config\\ "
7582
7660
0 commit comments