Re: [PATCH v3] configure: Avoid using strings binary

2022-10-14 Thread Paolo Bonzini
Queued, thanks. Paolo

[PATCH v3] configure: Avoid using strings binary

2022-10-14 Thread Michal Privoznik
When determining the endiandness of the target architecture we're building for a small program is compiled, which in an obfuscated way declares two strings. Then, we look which string is in correct order (using strings binary) and deduct the endiandness. But using the strings binary is problematic,