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:
@@ -24,12 +24,12 @@ import (
|
|||||||
var (
|
var (
|
||||||
armToolchainCflags = []string{
|
armToolchainCflags = []string{
|
||||||
"-mthumb-interwork",
|
"-mthumb-interwork",
|
||||||
|
"-msoft-float",
|
||||||
}
|
}
|
||||||
|
|
||||||
armCflags = []string{
|
armCflags = []string{
|
||||||
"-fno-exceptions", // from build/core/combo/select.mk
|
"-fno-exceptions", // from build/core/combo/select.mk
|
||||||
"-Wno-multichar", // from build/core/combo/select.mk
|
"-Wno-multichar", // from build/core/combo/select.mk
|
||||||
"-msoft-float",
|
|
||||||
"-ffunction-sections",
|
"-ffunction-sections",
|
||||||
"-fdata-sections",
|
"-fdata-sections",
|
||||||
"-funwind-tables",
|
"-funwind-tables",
|
||||||
|
Reference in New Issue
Block a user