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: vladimir.mezentsev at oracle dot com
Subject: [Bug gprofng/29113] Build error for x86_64-w64-mingw32 host since CLOCK_MONOTONIC does not exist
Date: Mon, 02 May 2022 17:59:29 +0000

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

Vladimir Mezentsev <vladimir.mezentsev at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2022-05-02

--- Comment #2 from Vladimir Mezentsev <vladimir.mezentsev at oracle dot com> 
---
 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

-- 
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]