diff options
author | Alexander Kabaev <kan@FreeBSD.org> | 2005-06-03 03:28:44 +0000 |
---|---|---|
committer | Alexander Kabaev <kan@FreeBSD.org> | 2005-06-03 03:28:44 +0000 |
commit | d51085f37e16c95804f0fdabb7b1226e4b4e7de9 (patch) | |
tree | f0dc8ad34f9fcaf27052e24e893a4284b5fee6e9 /contrib/gcc/config/rs6000/t-linux64 | |
parent | 1689e31de64dad8b8826dc924a82c7ba59a54bf4 (diff) |
Gcc 3.4.4 release.
Notes
Notes:
svn path=/vendor/gcc/dist/; revision=146895
Diffstat (limited to 'contrib/gcc/config/rs6000/t-linux64')
-rw-r--r-- | contrib/gcc/config/rs6000/t-linux64 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/gcc/config/rs6000/t-linux64 b/contrib/gcc/config/rs6000/t-linux64 index 77ba93e91525..6d1e6f469402 100644 --- a/contrib/gcc/config/rs6000/t-linux64 +++ b/contrib/gcc/config/rs6000/t-linux64 @@ -1,8 +1,9 @@ #rs6000/t-linux64 -LIB2FUNCS_EXTRA = tramp.S $(srcdir)/config/rs6000/ppc64-fp.c \ - $(srcdir)/config/rs6000/darwin-ldouble.c +LIB2FUNCS_EXTRA = tramp.S $(srcdir)/config/rs6000/ppc64-fp.c +LIB2FUNCS_STATIC_EXTRA = eabi.S $(srcdir)/config/rs6000/darwin-ldouble.c +LIB2FUNCS_SHARED_EXTRA = $(srcdir)/config/rs6000/darwin-ldouble-shared.c TARGET_LIBGCC2_CFLAGS = -mno-minimal-toc -fPIC -specs=bispecs |