[PATCH] Add M68k detection
authorPino Toscano <toscano.pino@tiscali.it>
Thu, 6 Oct 2022 21:17:57 +0000 (23:17 +0200)
committerLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Mon, 6 Feb 2023 19:47:48 +0000 (19:47 +0000)
commit8fa3d118972826ded8cccf6c82a461094987dae0
tree762652e32a1ef448d08202e0b5c03c1bafeb00da
parentdbf340faa25b9407913be395b8c30393e2406872
[PATCH] Add M68k detection

- detect the M68k architecture (Motorola 68000) and define
  Q_PROCESSOR_M68K
- set the right machine type in QElfParser for M68k ELF files

Change-Id: Ie5694abbe1ae2bfeb5692defba0ca6062c1d60ac
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Gbp-Pq: Name upstream_Add-M68k-detection.patch
src/corelib/global/archdetect.cpp
src/corelib/global/qglobal.cpp
src/corelib/global/qprocessordetection.h
src/corelib/plugin/qelfparser_p.cpp