This commit is contained in:
Jorge Aparicio
2018-01-26 11:39:18 +01:00
parent 682fe4e77c
commit bf91f60d40
3 changed files with 13 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ rustflags = [
"-C", "link-arg=-Tlink.x",
"-C", "linker=arm-none-eabi-ld",
"-Z", "linker-flavor=ld",
"-Z", "thinlto=no",
]
[target.thumbv7m-none-eabi]
@@ -12,6 +13,7 @@ rustflags = [
"-C", "link-arg=-Tlink.x",
"-C", "linker=arm-none-eabi-ld",
"-Z", "linker-flavor=ld",
"-Z", "thinlto=no",
]
[target.thumbv7em-none-eabi]
@@ -20,6 +22,7 @@ rustflags = [
"-C", "link-arg=-Tlink.x",
"-C", "linker=arm-none-eabi-ld",
"-Z", "linker-flavor=ld",
"-Z", "thinlto=no",
]
[target.thumbv7em-none-eabihf]
@@ -28,4 +31,5 @@ rustflags = [
"-C", "link-arg=-Tlink.x",
"-C", "linker=arm-none-eabi-ld",
"-Z", "linker-flavor=ld",
"-Z", "thinlto=no",
]