Move -msoft-float to ToolchainCflags am: c264c16638
am: 2c979349fa
* commit '2c979349fa9b3d9278e609bc11072a097b5610fe':
Move -msoft-float to ToolchainCflags
Change-Id: I97dec7384b056ce6b7591c29d54017d29953fd34
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