aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cortex-m-rt/build.rs')
-rw-r--r--cortex-m-rt/build.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/cortex-m-rt/build.rs b/cortex-m-rt/build.rs
index 5a8fb9c..87f000a 100644
--- a/cortex-m-rt/build.rs
+++ b/cortex-m-rt/build.rs
@@ -73,10 +73,6 @@ handlers.");
max_int_handlers
).unwrap();
- if target.ends_with("-eabihf") {
- println!("cargo:rustc-cfg=has_fpu");
- }
-
println!("cargo:rustc-link-search={}", out.display());
println!("cargo:rerun-if-changed=build.rs");