diff options
Diffstat (limited to 'contrib/gcc/config/rs6000/t-linux64')
-rw-r--r-- | contrib/gcc/config/rs6000/t-linux64 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/gcc/config/rs6000/t-linux64 b/contrib/gcc/config/rs6000/t-linux64 index 48b6150..af7b44b 100644 --- a/contrib/gcc/config/rs6000/t-linux64 +++ b/contrib/gcc/config/rs6000/t-linux64 @@ -5,6 +5,9 @@ TARGET_LIBGCC2_CFLAGS = EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o \ crtsavres.o +# These functions are needed for soft-float on powerpc64-linux. +LIB2FUNCS_EXTRA = $(srcdir)/config/rs6000/ppc64-fp.c + # ld provides these functions as needed. crtsavres.S: echo >crtsavres.S |