WIP MachO binutils port assisted by AI I may consider upstreaming this in the future.
0

Configure Feed

Select the types of activity you want to include in your feed.

MSP430: Add -fno-exceptions multilib

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

authored by

Jozef Lawrynowicz and committed by
Alan Modra
(Aug 12, 2023, 10:24 AM +0930) 6248684a b63eb8bc

+13
+13
config-ml.in
··· 383 383 done 384 384 fi 385 385 ;; 386 + msp430-*-*) 387 + if [ x$enable_no_exceptions = xno ] 388 + then 389 + old_multidirs="${multidirs}" 390 + multidirs="" 391 + for x in ${old_multidirs}; do 392 + case "$x" in 393 + *no-exceptions* ) : ;; 394 + *) multidirs="${multidirs} ${x}" ;; 395 + esac 396 + done 397 + fi 398 + ;; 386 399 powerpc*-*-* | rs6000*-*-*) 387 400 if [ x$enable_aix64 = xno ] 388 401 then