diff options
author | Andrew Wygle <awygle@gmail.com> | 2017-06-02 13:06:29 -0700 |
---|---|---|
committer | Andrew Wygle <awygle@gmail.com> | 2017-06-02 13:06:29 -0700 |
commit | 68d0cfd0e070b680ab666f24070ba9b38f448624 (patch) | |
tree | 840d7901f1405e5bfe7c8e6c898a27e89f52bf9e /config/arch | |
parent | 259173bb5e5f89a75b3e29174dd02fa7f74ec333 (diff) | |
download | crosstool-ng-68d0cfd0e070b680ab666f24070ba9b38f448624.tar.gz crosstool-ng-68d0cfd0e070b680ab666f24070ba9b38f448624.tar.bz2 crosstool-ng-68d0cfd0e070b680ab666f24070ba9b38f448624.zip |
Added MSP430 architecture support.
Signed-off-by: Andrew Wygle <awygle@gmail.com>
Diffstat (limited to 'config/arch')
-rw-r--r-- | config/arch/msp430.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/arch/msp430.in b/config/arch/msp430.in new file mode 100644 index 00000000..a1c4ab58 --- /dev/null +++ b/config/arch/msp430.in @@ -0,0 +1,8 @@ +# MSP430 specific config options + +## select ARCH_SUPPORTS_16 +## select ARCH_DEFAULT_16 +## select ARCH_REQUIRES_MULTILIB +## +## 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 |