aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc/gcc-fpu.inc
blob: bb03d955673b58833660b027fc307d924a3ce36e (plain)
1
2
3
4
5
6
def get_gcc_fpu_setting(bb, d):
	if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
		return "--with-float=soft"
	return ""