summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
Diffstat (limited to 'samples')
-rw-r--r--samples/msp430-unknown-elf/crosstool.config2
-rw-r--r--samples/msp430-unknown-elf/reported.by3
2 files changed, 4 insertions, 1 deletions
diff --git a/samples/msp430-unknown-elf/crosstool.config b/samples/msp430-unknown-elf/crosstool.config
index 1f25ed8..5e979e1 100644
--- a/samples/msp430-unknown-elf/crosstool.config
+++ b/samples/msp430-unknown-elf/crosstool.config
@@ -1,2 +1,4 @@
+CT_EXPERIMENTAL=y
CT_ARCH_msp430=y
+CT_CC_GCC_V_4_9_4=y
CT_DEBUG_gdb=y
diff --git a/samples/msp430-unknown-elf/reported.by b/samples/msp430-unknown-elf/reported.by
index 2518b77..d445695 100644
--- a/samples/msp430-unknown-elf/reported.by
+++ b/samples/msp430-unknown-elf/reported.by
@@ -1,3 +1,4 @@
reporter_name="Andrew Wygle"
reporter_url="https://github.com/awygle"
-reporter_comment="MSP430 16-bit toolchain"
+reporter_comment="MSP430 with GCC5 and later suffers from a pretty nasty bug:
+https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79242"