]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - config-ml.in
[Ada] Bump copyright year
[thirdparty/gcc.git] / config-ml.in
index 3e37f875c88feccccbe4c7940d1c0ce7af55bb92..5720d38d23f9a0b0a429efd870e6350b1fb83fbe 100644 (file)
@@ -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