public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] MSP430: Support new msp430-elfbare target
@ 2019-12-13 13:09 Jozef Lawrynowicz
  2019-12-16  9:16 ` Corinna Vinschen
  0 siblings, 1 reply; 2+ messages in thread
From: Jozef Lawrynowicz @ 2019-12-13 13:09 UTC (permalink / raw)
  To: newlib

[-- Attachment #1: Type: text/plain, Size: 136 bytes --]

If the attached patch is acceptable I would appreciate if someone would commit
it for me, as I do not have write access.

Thanks,
Jozef

[-- Attachment #2: 0001-MSP430-Support-new-msp430-elfbare-target.patch --]
[-- Type: text/x-patch, Size: 1102 bytes --]

From b47eb7b95923672a23e8acd0afed40af3117af8c Mon Sep 17 00:00:00 2001
From: Jozef Lawrynowicz <jozef.l@mittosystems.com>
Date: Mon, 25 Nov 2019 21:17:41 +0000
Subject: [PATCH] MSP430: Support new msp430-elfbare target

Update the target triplet glob used when configuring for msp430 to
support a new msp430-elfbare target being added to gcc.
---
 libgloss/configure    | 2 +-
 libgloss/configure.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libgloss/configure b/libgloss/configure
index 6c592b16b..0d2918cee 100755
--- a/libgloss/configure
+++ b/libgloss/configure
@@ -2552,7 +2552,7 @@ case "${target}" in
 	subdirs="$subdirs m32c"
 
 	;;
-  msp430*-*-elf)
+  msp430-*-elf*)
 	subdirs="$subdirs msp430"
 
 	config_libnosys=false
diff --git a/libgloss/configure.in b/libgloss/configure.in
index 16f413f66..f38d5298e 100644
--- a/libgloss/configure.in
+++ b/libgloss/configure.in
@@ -148,7 +148,7 @@ case "${target}" in
   m32c-*-*)
 	AC_CONFIG_SUBDIRS([m32c])
 	;;
-  msp430*-*-elf)
+  msp430-*-elf*)
 	AC_CONFIG_SUBDIRS([msp430])
 	config_libnosys=false
 	;;
-- 
2.17.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] MSP430: Support new msp430-elfbare target
  2019-12-13 13:09 [PATCH] MSP430: Support new msp430-elfbare target Jozef Lawrynowicz
@ 2019-12-16  9:16 ` Corinna Vinschen
  0 siblings, 0 replies; 2+ messages in thread
From: Corinna Vinschen @ 2019-12-16  9:16 UTC (permalink / raw)
  To: Jozef Lawrynowicz; +Cc: newlib

[-- Attachment #1: Type: text/plain, Size: 282 bytes --]

On Dec 13 13:09, Jozef Lawrynowicz wrote:
> If the attached patch is acceptable I would appreciate if someone would commit
> it for me, as I do not have write access.
> 
> Thanks,
> Jozef

Pushed.


Thanks,
Corinna


-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-16  9:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-13 13:09 [PATCH] MSP430: Support new msp430-elfbare target Jozef Lawrynowicz
2019-12-16  9:16 ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).