| Submitter | Saul Wold |
|---|---|
| Date | May 24, 2012, 4:42 a.m. |
| Message ID | <70b182f185e4129aac8fc954cac125b06e27e71a.1337834073.git.sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/28539/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-devtools/gcc/gcc-common.inc b/meta/recipes-devtools/gcc/gcc-common.inc index f550aab..c479403 100644 --- a/meta/recipes-devtools/gcc/gcc-common.inc +++ b/meta/recipes-devtools/gcc/gcc-common.inc @@ -10,6 +10,8 @@ inherit autotools gettext FILESDIR = "${@os.path.dirname(d.getVar('FILE',1))}/gcc-${PV}" def get_gcc_fpu_setting(bb, d): + if d.getVar('ARMPKGSFX_EABI', True) is "hf": + return "--with-float=hard" if d.getVar('TARGET_FPU', True) in [ 'soft' ]: return "--with-float=soft" if d.getVar('TARGET_FPU', True) in [ 'ppc-efd' ]: