summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-02-15 16:37:31 (GMT)
committerAlexey Neyman <stilor@att.net>2018-02-15 17:15:00 (GMT)
commitb2af5df5fc6c8712c333f4b9f9a1b9ea186df29a (patch)
treef330cdfe25c0a18e843e2f4945538b6461b66286 /samples
parentf97b3e38eebaed2c9212b82a0ee51fecb8c7a12d (diff)
Backport GCC fix for partial int modes
... from trunk to GCC7/GCC6/GCC5. Fixes #742. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'samples')
-rw-r--r--samples/msp430-unknown-elf/crosstool.config1
-rw-r--r--samples/msp430-unknown-elf/reported.by3
2 files changed, 1 insertions, 3 deletions
diff --git a/samples/msp430-unknown-elf/crosstool.config b/samples/msp430-unknown-elf/crosstool.config
index 52c53ba..0443ff1 100644
--- a/samples/msp430-unknown-elf/crosstool.config
+++ b/samples/msp430-unknown-elf/crosstool.config
@@ -1,4 +1,3 @@
CT_EXPERIMENTAL=y
CT_ARCH_MSP430=y
-CT_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 d445695..8d39bc4 100644
--- a/samples/msp430-unknown-elf/reported.by
+++ b/samples/msp430-unknown-elf/reported.by
@@ -1,4 +1,3 @@
reporter_name="Andrew Wygle"
reporter_url="https://github.com/awygle"
-reporter_comment="MSP430 with GCC5 and later suffers from a pretty nasty bug:
-https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79242"
+reporter_comment=""