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:
parent
1ad47ee5b4
commit
161c931207
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user