mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 01:53:38 +08:00
MSP430: Add -fno-exceptions multilib
* config-ml.in (msp430-*-*): Support --disable-no-exceptions configure flag.
This commit is contained in:
parent
b63eb8bc8c
commit
6248684a12
13
config-ml.in
13
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
|
||||
|
Loading…
Reference in New Issue
Block a user