Commit 161c9312 by Nick Clifton Committed by Nick Clifton

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

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

From-SVN: r210811
parent 1ad47ee5
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment