summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/abi.h
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2019-11-04 22:40:11 +0300
committerDenis Shienkov <denis.shienkov@gmail.com>2019-11-05 13:01:50 +0000
commit439f479c6ddad0033190151b020e11db7151c610 (patch)
treeaa0c2cabf8f3fe343ee07ac7973d379f03601d4f /src/plugins/projectexplorer/abi.h
parent10d3f639b3c4bfe03f46a2d9fd143c978599a8fc (diff)
downloadqt-creator-439f479c6ddad0033190151b020e11db7151c610.tar.gz
ProjectExplorer: Add new RL78 architecture
This architecture provided by Renesas: * https://en.wikipedia.org/wiki/RL78 ... and are used in the bare-metal programming. Change-Id: Iec56192e756aa475b1cdfce1aa1ff9c24feb00cd Reviewed-by: Christian Kandeler <christian.kandeler@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 47605b10e6..517046ec3b 100644
--- a/src/plugins/projectexplorer/abi.h
+++ b/src/plugins/projectexplorer/abi.h
@@ -61,6 +61,7 @@ public:
AsmJsArchitecture,
Stm8Architecture,
Msp430Architecture,
+ Rl78Architecture,
UnknownArchitecture
};