gcc/libgcc/config/rs6000/t-ppc64-fp
Alan Modra 8ef03aa785 t-linux64: Delete.
* config/rs6000/t-linux64: Delete.  Move..
	* config/rs6000/t-ppc64-fp: ..softfp_wrap defines to here..
	* config/rs6000/t-linux: ..and libgcc flags to here.

From-SVN: r183491
2012-01-25 06:05:22 +10:30

6 lines
202 B
Plaintext

# Can be used unconditionally, wrapped in __powerpc64__ || __64BIT__ __ppc64__.
LIB2ADD += $(srcdir)/config/rs6000/ppc64-fp.c
softfp_wrap_start := '\#ifndef __powerpc64__'
softfp_wrap_end := '\#endif'