aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/abi.h
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2020-05-19 14:39:52 +0300
committerDenis Shienkov <denis.shienkov@gmail.com>2020-05-19 14:35:18 +0000
commit61cb90e97a6376a822756ea7b7f92fe933929d68 (patch)
tree0acdf0e38899c6106d94c98ce1ae011ee4b6932f /src/plugins/projectexplorer/abi.h
parent52336bae08dfbd6be0dd32fd080de73ae9e0f02f (diff)
ProjectExplorer: Add support for new M32C architecture
This commit adds new ProjectExplorer::Abi::M32CArchitecture entry for the Renesas M32C architecture: * https://www.renesas.com/us/en/products/microcontrollers-microprocessors/m16c.html Change-Id: Ic6ab278e5da6992824a1427ac86a470768fcdb1f 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 c94ee6081f..ecbb1cbf88 100644
--- a/src/plugins/projectexplorer/abi.h
+++ b/src/plugins/projectexplorer/abi.h
@@ -70,6 +70,7 @@ public:
RxArchitecture,
K78Architecture,
M68KArchitecture,
+ M32CArchitecture,
RiscVArchitecture,
UnknownArchitecture
};