8ef03aa785
* 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
6 lines
202 B
Plaintext
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'
|