diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-12-19 06:03:51 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-12-19 06:03:51 +0000 |
commit | d5338d09e5352b939227c27997a0120b50d649be (patch) | |
tree | b65a6e0da38ccfd243a0ba0325bae4961c4a4f5b /contrib | |
parent | 51426017f8fe0f18295ca467feba3fbb5aad3fa8 (diff) | |
parent | 951e27f58ca5c7f33124407079c383706e99c68d (diff) | |
download | gcc-d5338d09e5352b939227c27997a0120b50d649be.zip gcc-d5338d09e5352b939227c27997a0120b50d649be.tar.gz gcc-d5338d09e5352b939227c27997a0120b50d649be.tar.bz2 |
Merge from trunk revision 279561.
From-SVN: r279562
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 4 | ||||
-rw-r--r-- | contrib/config-list.mk | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index e3fef32..cfac553 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2019-12-16 Jozef Lawrynowicz <jozef.l@mittosystems.com> + + * config-list.mk: Add msp430-elfbare. + 2019-12-09 Lewis Hyatt <lhyatt@gmail.com> PR preprocessor/49973 diff --git a/contrib/config-list.mk b/contrib/config-list.mk index a5f5d7b..d154286 100644 --- a/contrib/config-list.mk +++ b/contrib/config-list.mk @@ -68,7 +68,7 @@ LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \ mipsel-elf mips64-elf mips64vr-elf mips64orion-elf mips-rtems \ mips-wrs-vxworks mipstx39-elf mmix-knuth-mmixware mn10300-elf moxie-elf \ moxie-uclinux moxie-rtems \ - msp430-elf \ + msp430-elf msp430-elfbare \ nds32le-elf nds32be-elf \ nios2-elf nios2-linux-gnu nios2-rtems \ nvptx-none \ |