summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-06-02 23:48:55 (GMT)
committerGitHub <noreply@github.com>2017-06-02 23:48:55 (GMT)
commited1d2d6a0e826b172454bae988de79945a67fe24 (patch)
tree51eeb37d864f5aa0908337cb768e23402227fb55 /scripts
parent71e7a7b7604d6a47126d92bc9229168d56caadcd (diff)
parent61d1fa57c9a312bff04043ec5d0e4b9126c2609b (diff)
Merge pull request #732 from awygle/msp430-support
Added MSP430 architecture support
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/arch/msp430.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/build/arch/msp430.sh b/scripts/build/arch/msp430.sh
new file mode 100644
index 0000000..8edb72a
--- /dev/null
+++ b/scripts/build/arch/msp430.sh
@@ -0,0 +1,5 @@
+# Compute MSP430-specific values
+
+CT_DoArchTupleValues() {
+ CT_TARGET_ARCH="${CT_ARCH}"
+}