diff options
Diffstat (limited to 'packages/gcc/gcc-fpu.inc')
-rw-r--r-- | packages/gcc/gcc-fpu.inc | 6 |
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 "" - |