mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Merge branch 'develop' of https://github.com/ivankravets/platformio into develop
This commit is contained in:
@ -56,21 +56,6 @@ env.Replace(
|
|||||||
SIZEPRINTCMD='"$SIZETOOL" -B -d $SOURCES'
|
SIZEPRINTCMD='"$SIZETOOL" -B -d $SOURCES'
|
||||||
)
|
)
|
||||||
|
|
||||||
if env.get("BOARD_OPTIONS", {}).get("build", {}).get(
|
|
||||||
"cpu", "")[-2:] == "m4" and env.get("BOARD") != "frdm_k20d50m":
|
|
||||||
env.Append(
|
|
||||||
CPPFLAGS=[
|
|
||||||
"-mfloat-abi=hard",
|
|
||||||
"-mfpu=fpv4-sp-d16",
|
|
||||||
"-fsingle-precision-constant"
|
|
||||||
],
|
|
||||||
LINKFLAGS=[
|
|
||||||
"-mfloat-abi=hard",
|
|
||||||
"-mfpu=fpv4-sp-d16",
|
|
||||||
"-fsingle-precision-constant"
|
|
||||||
]
|
|
||||||
)
|
|
||||||
|
|
||||||
env.Append(
|
env.Append(
|
||||||
BUILDERS=dict(
|
BUILDERS=dict(
|
||||||
ElfToBin=Builder(
|
ElfToBin=Builder(
|
||||||
|
Reference in New Issue
Block a user