t-msp430 (HOST_LIBGCC2_CFLAGS): Add -mhwmult=none.

* config/msp430/t-msp430 (HOST_LIBGCC2_CFLAGS): Add
	-mhwmult=none.

From-SVN: r210811
This commit is contained in:
Nick Clifton 2014-05-22 15:15:36 +00:00 committed by Nick Clifton
parent 1ad47ee5b4
commit 161c931207
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-05-22 Nick Clifton <nickc@redhat.com>
* config/msp430/t-msp430 (HOST_LIBGCC2_CFLAGS): Add
-mhwmult=none.
2014-05-22 Teresa Johnson <tejohnson@google.com>
* libgcov-driver.c (gcov_error): Move declaration before gcov-io.c

View File

@ -42,7 +42,7 @@ LIB2ADD = \
$(srcdir)/config/msp430/floathisf.c \
$(srcdir)/config/msp430/cmpd.c
HOST_LIBGCC2_CFLAGS += -Os -ffunction-sections -fdata-sections
HOST_LIBGCC2_CFLAGS += -Os -ffunction-sections -fdata-sections -mhwmult=none
# Local Variables:
# mode: Makefile