[2.0.x][LPC176x][Build] Force single precision constants, disable freestanding (#10892)
This commit is contained in:
committed by
Scott Lahteine
parent
4299e5dc8b
commit
f89f7c4a82
@ -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",
|
||||
|
Reference in New Issue
Block a user