aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/libgcc/config/rs6000/t-ppc64-fp
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/libgcc/config/rs6000/t-ppc64-fp')
-rw-r--r--gcc-4.9/libgcc/config/rs6000/t-ppc64-fp5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc-4.9/libgcc/config/rs6000/t-ppc64-fp b/gcc-4.9/libgcc/config/rs6000/t-ppc64-fp
new file mode 100644
index 000000000..1fac701fc
--- /dev/null
+++ b/gcc-4.9/libgcc/config/rs6000/t-ppc64-fp
@@ -0,0 +1,5 @@
+# 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'