Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QElfParser: use ELFOSABI_LINUX instead of ELFOSABI_GNU
It seems to be the preferred constant in other OSes. In particular, OpenBSD does not appear to have ELFOSABI_GNU[1]. Found while researching if commit 9caac0f was still necessary for OpenBSD. This reverts commit ded2fd9, which implied NetBSD 9 doesn't have ELFOSABI_GNU either. [1] https://github.com/openbsd/ports/blob/master/x11/qt6/qtbase/patches/patch-src_corelib_plugin_qelfparser_p_cpp Pick-to: 6.5 6.6 Change-Id: I63b988479db546dabffcfffd17662020d722af20 Reviewed-by: Lars Knoll <[email protected]> Reviewed-by: Allan Sandfeld Jensen <[email protected]>
- Loading branch information