public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] MSP430: Add -fno-exceptions multilib
@ 2023-08-12  1:01 Alan Modra
  0 siblings, 0 replies; only message in thread
From: Alan Modra @ 2023-08-12  1:01 UTC (permalink / raw)
  To: bfd-cvs, gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6248684a1269837a4e1989a8fc2c1dcf82a32288

commit 6248684a1269837a4e1989a8fc2c1dcf82a32288
Author: Jozef Lawrynowicz <jozefl@gcc.gnu.org>
Date:   Mon Aug 7 13:07:29 2023 +0200

    MSP430: Add -fno-exceptions multilib
    
            * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
            flag.

Diff:
---
 config-ml.in | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/config-ml.in b/config-ml.in
index 1c66748b65f..68854a4f16c 100644
--- a/config-ml.in
+++ b/config-ml.in
@@ -383,6 +383,19 @@ mips*-*-*)
 	  done
 	fi
 	;;
+msp430-*-*)
+	if [ x$enable_no_exceptions = xno ]
+	then
+	  old_multidirs="${multidirs}"
+	  multidirs=""
+	  for x in ${old_multidirs}; do
+	    case "$x" in
+	      *no-exceptions* ) : ;;
+	      *) multidirs="${multidirs} ${x}" ;;
+	    esac
+	  done
+	fi
+	;;
 powerpc*-*-* | rs6000*-*-*)
 	if [ x$enable_aix64 = xno ]
 	then

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-08-12  1:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-12  1:01 [binutils-gdb] MSP430: Add -fno-exceptions multilib Alan Modra

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).