diff options
author | Alexey Neyman <stilor@att.net> | 2017-06-10 00:11:51 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-06-10 00:11:51 -0700 |
commit | dc8027426141a51d4c669f0266aa3d014de42300 (patch) | |
tree | 6101d04492f02a74408429a110df6e986a2b122a /samples/msp430-unknown-elf | |
parent | a12374cdc0347cb327e2f79bc9fd109fada56a0b (diff) | |
download | crosstool-ng-dc8027426141a51d4c669f0266aa3d014de42300.tar.gz crosstool-ng-dc8027426141a51d4c669f0266aa3d014de42300.tar.bz2 crosstool-ng-dc8027426141a51d4c669f0266aa3d014de42300.zip |
Declare msp430 experimental
... as GCC5 and later ICEs over inocuous code.
See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79242
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'samples/msp430-unknown-elf')
-rw-r--r-- | samples/msp430-unknown-elf/crosstool.config | 2 | ||||
-rw-r--r-- | samples/msp430-unknown-elf/reported.by | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/samples/msp430-unknown-elf/crosstool.config b/samples/msp430-unknown-elf/crosstool.config index 1f25ed8b..5e979e16 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 2518b772..d4456951 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" |