mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-28 04:52:36 +02:00
build: remove check for gettimeofday & librt
This commit is contained in:
parent
357e3f6aa4
commit
e64e17830a
@ -919,8 +919,6 @@ if test "$ac_cv_sys_large_files" != "" &&
|
|||||||
CORE_CPPFLAGS="$CORE_CPPFLAGS -D_LARGE_FILES=$ac_cv_sys_large_files"
|
CORE_CPPFLAGS="$CORE_CPPFLAGS -D_LARGE_FILES=$ac_cv_sys_large_files"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_SEARCH_LIBS([clock_gettime],[rt])
|
|
||||||
|
|
||||||
if test "$enable_gprof" = "yes"; then
|
if test "$enable_gprof" = "yes"; then
|
||||||
dnl -pg is incompatible with -pie. Since hardening and profiling together doesn't make sense,
|
dnl -pg is incompatible with -pie. Since hardening and profiling together doesn't make sense,
|
||||||
dnl we simply make them mutually exclusive here. Additionally, hardened toolchains may force
|
dnl we simply make them mutually exclusive here. Additionally, hardened toolchains may force
|
||||||
|
Loading…
Reference in New Issue
Block a user