Move -msoft-float to ToolchainCflags am: c264c16638 am: 2c979349fa

am: 14776e92f0

* commit '14776e92f03d0683fef0559f838ddd2c98e784bd':
  Move -msoft-float to ToolchainCflags

Change-Id: I977b4e29c58949676709f38954959512f016f4b4
This commit is contained in:
Dan Willemsen
2016-05-19 18:44:09 +00:00
committed by android-build-merger

View File

@@ -24,12 +24,12 @@ import (
var (
armToolchainCflags = []string{
"-mthumb-interwork",
"-msoft-float",
}
armCflags = []string{
"-fno-exceptions", // from build/core/combo/select.mk
"-Wno-multichar", // from build/core/combo/select.mk
"-msoft-float",
"-ffunction-sections",
"-fdata-sections",
"-funwind-tables",