bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gprofng/29113] Build error for x86_64-w64-mingw32 host since CLOCK_


From: hp at sourceware dot org
Subject: [Bug gprofng/29113] Build error for x86_64-w64-mingw32 host since CLOCK_MONOTONIC does not exist
Date: Tue, 03 May 2022 22:07:08 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=29113

--- Comment #6 from Hans-Peter Nilsson <hp at sourceware dot org> ---
(In reply to Vladimir Mezentsev from comment #2)
>  How do you configure your build ?
> 
> gprofng should not be built for x86_64-w64-mingw32.
> Only these platforms are supported:
> 
> % cat gprofng/configure.ac
> ...
>   case "${target}" in
>     x86_64-*-linux*)
>       build_src=true
>       build_collector=true
>       ;;
>     i?86-*-linux*)
>       build_collector=true
>       build_collector=true
>       ;;
>     aarch64-*-linux*)
>       build_src=true
>       build_collector=true
>       ;;
>   esac

Surely unrelated, but what's the effect of the apparent typo in the
"i?86-*-linux*)" case?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]