Move -msoft-float to ToolchainCflags am: c264c16638

am: 2c979349fa

* commit '2c979349fa9b3d9278e609bc11072a097b5610fe':
  Move -msoft-float to ToolchainCflags

Change-Id: I97dec7384b056ce6b7591c29d54017d29953fd34
This commit is contained in:
Dan Willemsen
2016-05-19 18:36:36 +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",