Re: [PATCH v3] configure: Avoid using strings binary
Queued, thanks. Paolo
[PATCH v3] configure: Avoid using strings binary
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,