Skip to content
  • Paolo Bonzini's avatar
    bb28ee11
    configure: use a native non-cross compiler for linux-user · bb28ee11
    Paolo Bonzini authored
    
    
    Commit c2118e9e ("configure: don't try a "native" cross for linux-user",
    2023-11-23) sought to avoid issues with using the native compiler with a
    cross-endian or cross-bitness setup.  However, in doing so it ended up
    requiring a cross compiler setup (and most likely a slow compiler setup)
    even when building TCG tests that are native to the host architecture.
    Always allow the host compiler in that case.
    
    Cc: qemu-stable@nongnu.org
    Fixes: c2118e9e ("configure: don't try a "native" cross for linux-user", 2023-11-23)
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
    (cherry picked from commit 007531586aa8ef6dccdadd927b89a50af62288d1)
    Signed-off-by: default avatarMichael Tokarev <mjt@tls.msk.ru>
    bb28ee11
    configure: use a native non-cross compiler for linux-user
    Paolo Bonzini authored
    
    
    Commit c2118e9e ("configure: don't try a "native" cross for linux-user",
    2023-11-23) sought to avoid issues with using the native compiler with a
    cross-endian or cross-bitness setup.  However, in doing so it ended up
    requiring a cross compiler setup (and most likely a slow compiler setup)
    even when building TCG tests that are native to the host architecture.
    Always allow the host compiler in that case.
    
    Cc: qemu-stable@nongnu.org
    Fixes: c2118e9e ("configure: don't try a "native" cross for linux-user", 2023-11-23)
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
    (cherry picked from commit 007531586aa8ef6dccdadd927b89a50af62288d1)
    Signed-off-by: default avatarMichael Tokarev <mjt@tls.msk.ru>
Loading