Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2014-11-21 14:55:39 +0300
committerNick Clifton <nickc@redhat.com>2014-11-21 14:55:39 +0300
commitd5692c713f9bd827b3f01fd7173e423aa39e4966 (patch)
tree654ef4a813a9e662058890968d61c453f739822b /newlib/configure.host
parentf2a0724fca10e91e2d5f3120c7c6db6d9462a905 (diff)
PR target/63901
* configure.host (msp430): Add -mhwmult=none to newlib_cflags.
Diffstat (limited to 'newlib/configure.host')
-rw-r--r--newlib/configure.host1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/configure.host b/newlib/configure.host
index 447f1c188..c7a040192 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -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"
;;