diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-03-15 16:50:01 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-03-15 16:50:01 +0000 |
commit | 1caf47754d044d04cd4f94885d3115d2914144b7 (patch) | |
tree | 2054fe3648a863b744aaa706c038a5f3818ffd27 /packages/gcc/gcc-fpu.inc | |
parent | 035ff193ec403f2ed7903942897d100656dc1b17 (diff) |
gcc: Move get_gcc_fpu_setting into gcc-common.inc
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 "" - |