[PATCH] Add M68k detection
authorPino Toscano <toscano.pino@tiscali.it>
Thu, 6 Oct 2022 21:17:57 +0000 (23:17 +0200)
committerRaspbian forward porter <root@raspbian.org>
Sun, 17 Sep 2023 00:21:35 +0000 (01:21 +0100)
commit465e3477fe163f8f968d2d53dbd9306cb03ed64e
treef4eda5fc833a7688613f69e6fa7aa5f5fc898238
parent7d5f62c94fbeec3f9d55618674d05b978cea3386
[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