[2.0.x][LPC176x][Build] Force single precision constants, disable freestanding (#10892)

This commit is contained in:
Chris Pepper
2018-05-29 01:38:22 +01:00
committed by Scott Lahteine
parent 4299e5dc8b
commit f89f7c4a82
2 changed files with 2 additions and 22 deletions

View File

@ -9,10 +9,10 @@ if __name__ == "__main__":
"-mcpu=cortex-m3",
"-mthumb",
"-ffreestanding",
"-fsigned-char",
"-fno-move-loop-invariants",
"-fno-strict-aliasing",
"-fsingle-precision-constant",
"--specs=nano.specs",
"--specs=nosys.specs",