summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/abi.h
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2020-05-26 15:54:15 +0300
committerDenis Shienkov <denis.shienkov@gmail.com>2020-05-27 07:28:01 +0000
commitd03bbab58e335b7453f2433fc661284dea664221 (patch)
treee3d4060eeaa90f23df1f1a03b098735358107e7e /src/plugins/projectexplorer/abi.h
parent4dfc650fac633b5d4caf7f0151684a290ff50489 (diff)
downloadqt-creator-d03bbab58e335b7453f2433fc661284dea664221.tar.gz
ProjectExplorer: Add support for new R32C architecture
This commit adds new ProjectExplorer::Abi::R32CArchitecture entry for the Renesas R32C architecture: * https://www.renesas.com/us/en/products/microcontrollers-microprocessors/m16c.html Change-Id: I869dd07783355b01522ca9eb87b73a8e55bf3746 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/abi.h')
-rw-r--r--src/plugins/projectexplorer/abi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/abi.h b/src/plugins/projectexplorer/abi.h
index a70c045ed4..777b5c2cf0 100644
--- a/src/plugins/projectexplorer/abi.h
+++ b/src/plugins/projectexplorer/abi.h
@@ -72,6 +72,7 @@ public:
M68KArchitecture,
M32CArchitecture,
M16CArchitecture,
+ R32CArchitecture,
RiscVArchitecture,
UnknownArchitecture
};