]> sourceware.org Git - newlib-cygwin.git/commitdiff
PR target/63901
authorNick Clifton <nickc@redhat.com>
Fri, 21 Nov 2014 11:55:39 +0000 (11:55 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 21 Nov 2014 11:55:39 +0000 (11:55 +0000)
* configure.host (msp430): Add -mhwmult=none to newlib_cflags.

newlib/ChangeLog
newlib/configure.host

index b3c16e69b8e3c0b367e0db2ca8d926369a53e84a..6b6e88531347447cfb3b7af35af781d78d2ee748 100644 (file)
@@ -1,3 +1,8 @@
+2014-11-21  Nick Clifton  <nickc@redhat.com>
+
+       PR target/63901
+       * configure.host (msp430): Add -mhwmult=none to newlib_cflags.
+
 2014-11-20  Peter A. Bigot  <pab@pabigot.com>
 
        * libc/stdio/nano-vfprintf_i.c (_printf_i): Use LONGINT when void* is
index 447f1c188ccf103f3e3278a95e4a039c34a8c1c2..c7a0401923ff35da9e1426b41246d5a31ce9ed9b 100644 (file)
@@ -229,6 +229,7 @@ case "${host_cpu}" in
        newlib_cflags="${newlib_cflags} -DPREFER_SIZE_OVER_SPEED -DSMALL_MEMORY"
        newlib_cflags="${newlib_cflags} -ffunction-sections -fdata-sections "
        newlib_cflags="${newlib_cflags} -mOs "
+       newlib_cflags="${newlib_cflags} -mhwmult=none "
        machine_dir=msp430
        default_newlib_nano_malloc="yes"
        ;;
This page took 0.054318 seconds and 5 git commands to generate.