Move -msoft-float to ToolchainCflags
am: c264c16638
* commit 'c264c16638aa51caacd1b0d203a536b8b35491c0':
Move -msoft-float to ToolchainCflags
Change-Id: I363fd9989a2c5223c87b48df2189d31cfbbd9fa3
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user