Added a sample of the MSP430 architecture and removed config.sub

override from msp430.sh

Signed-off-by: Andrew Wygle <awygle@gmail.com>
This commit is contained in:
Andrew Wygle 2017-06-02 13:59:32 -07:00
parent 68d0cfd0e0
commit 61d1fa57c9
3 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,2 @@
CT_ARCH_msp430=y
CT_DEBUG_gdb=y

View File

@ -0,0 +1,3 @@
reporter_name="Andrew Wygle"
reporter_url="https://github.com/awygle"
reporter_comment="MSP430 16-bit toolchain"

View File

@ -2,5 +2,4 @@
CT_DoArchTupleValues() {
CT_TARGET_ARCH="${CT_ARCH}"
CT_TARGET_SKIP_CONFIG_SUB="y"
}