Skip to content

Commit

Permalink
Added a sample of the MSP430 architecture and removed config.sub
Browse files Browse the repository at this point in the history
override from msp430.sh

Signed-off-by: Andrew Wygle <awygle@gmail.com>
  • Loading branch information
awygle committed Jun 2, 2017
1 parent 68d0cfd commit 61d1fa5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions samples/msp430-unknown-elf/crosstool.config
@@ -0,0 +1,2 @@
CT_ARCH_msp430=y
CT_DEBUG_gdb=y
3 changes: 3 additions & 0 deletions samples/msp430-unknown-elf/reported.by
@@ -0,0 +1,3 @@
reporter_name="Andrew Wygle"
reporter_url="https://github.com/awygle"
reporter_comment="MSP430 16-bit toolchain"
1 change: 0 additions & 1 deletion scripts/build/arch/msp430.sh
Expand Up @@ -2,5 +2,4 @@

CT_DoArchTupleValues() {
CT_TARGET_ARCH="${CT_ARCH}"
CT_TARGET_SKIP_CONFIG_SUB="y"
}

0 comments on commit 61d1fa5

Please sign in to comment.