diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-20 18:00:02 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-20 18:00:02 +0000 |
commit | 58106e75c28b3cf5f85f09702b680515be30c95d (patch) | |
tree | 48dcb9b71967ef484b257b7d06bb792f078a92f1 /gcc/config/sparc/t-sol2-64 | |
parent | 5dd29ee727e4713fda224749a25dd43580b34209 (diff) | |
download | gcc-58106e75c28b3cf5f85f09702b680515be30c95d.tar.gz |
* config/sparc/t-crtfm (crtfastmath.o): Prefix with $(T) for
multilibs.
* config/sparc/t-sol2-64 (EXTRA_MULTILIB_PARTS): Add crtfastmath.o.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54845 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sparc/t-sol2-64')
-rw-r--r-- | gcc/config/sparc/t-sol2-64 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/sparc/t-sol2-64 b/gcc/config/sparc/t-sol2-64 index ef7dee7ecab..39204d7368f 100644 --- a/gcc/config/sparc/t-sol2-64 +++ b/gcc/config/sparc/t-sol2-64 @@ -5,6 +5,7 @@ MULTILIB_MATCHES = LIBGCC = stmp-multilib INSTALL_LIBGCC = install-multilib -EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o gmon.o crt1.o crti.o crtn.o gcrt1.o +EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o gmon.o crt1.o crti.o crtn.o gcrt1.o \ + crtfastmath.o SHLIB_SLIBDIR_SUFFIXES = sparcv9:/sparcv9 sparcv7: |