diff options
author | janis <janis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-10 20:45:59 +0000 |
---|---|---|
committer | janis <janis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-10 20:45:59 +0000 |
commit | df74532490d851108409b58bdbfbcb53b6222084 (patch) | |
tree | 6282d3fc26ff603bcaaed4ee89df7c03bf441413 /gcc/config/rs6000/t-linux64 | |
parent | 8cd2bc8420912809d981d5e99f9c56c400b04f88 (diff) | |
download | gcc-df74532490d851108409b58bdbfbcb53b6222084.tar.gz |
2003-02-10 Janis Johnson <janis187@us.ibm.com>
* config/rs6000/ppc64-fp.c: New file.
* config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Add ppc64-fp.c.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62652 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/t-linux64')
-rw-r--r-- | gcc/config/rs6000/t-linux64 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/rs6000/t-linux64 b/gcc/config/rs6000/t-linux64 index 48b61505bf1..af7b44bd70b 100644 --- a/gcc/config/rs6000/t-linux64 +++ b/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 |