[PATCH] Add M68k detection
authorPino Toscano <toscano.pino@tiscali.it>
Thu, 6 Oct 2022 21:17:57 +0000 (23:17 +0200)
committerPatrick Franz <deltaone@debian.org>
Sat, 13 Jan 2024 13:53:25 +0000 (14:53 +0100)
commita3b684779371350063ab5600f2e0af58ebba3e92
tree5a7f76dbefa64d09b85c34189986b0757f7957b5
parent311ad1e7d9f3f2730aed17244c220d2938d107ac
[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