summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-fpu.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gcc/gcc-fpu.inc')
-rw-r--r--packages/gcc/gcc-fpu.inc6
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/gcc/gcc-fpu.inc b/packages/gcc/gcc-fpu.inc
deleted file mode 100644
index bb03d95567..0000000000
--- a/packages/gcc/gcc-fpu.inc
+++ /dev/null
@@ -1,6 +0,0 @@
-
-def get_gcc_fpu_setting(bb, d):
- if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
- return "--with-float=soft"
- return ""
-