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 /config/arch | |
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 'config/arch')
-rw-r--r-- | config/arch/msp430.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/arch/msp430.in b/config/arch/msp430.in index a1c4ab58..e31d78b0 100644 --- a/config/arch/msp430.in +++ b/config/arch/msp430.in @@ -3,6 +3,7 @@ ## select ARCH_SUPPORTS_16 ## select ARCH_DEFAULT_16 ## select ARCH_REQUIRES_MULTILIB +## depends on EXPERIMENTAL ## ## help The 16-bit MSP430 architecture, as defined by: ## help http://www.ti.com/lsds/ti/microcontrollers-16-bit-32-bit/msp/overview.page?HQS=msp430 |