From 0ab2e54bc3005ade2f8e9fdd8754fc4c2f03f73d Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Thu, 20 Jun 2002 18:00:02 +0000 Subject: [PATCH] t-crtfm (crtfastmath.o): Prefix with $(T) for multilibs. * config/sparc/t-crtfm (crtfastmath.o): Prefix with $(T) for multilibs. * config/sparc/t-sol2-64 (EXTRA_MULTILIB_PARTS): Add crtfastmath.o. From-SVN: r54845 --- gcc/ChangeLog | 6 ++++++ gcc/config/sparc/t-crtfm | 4 ++-- gcc/config/sparc/t-sol2-64 | 3 ++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3394b04..b7fb376 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2002-06-20 Rainer Orth + + * config/sparc/t-crtfm (crtfastmath.o): Prefix with $(T) for + multilibs. + * config/sparc/t-sol2-64 (EXTRA_MULTILIB_PARTS): Add crtfastmath.o. + Thu Jun 20 19:42:21 CEST 2002 Jan Hubicka Pavel Nejedly diff --git a/gcc/config/sparc/t-crtfm b/gcc/config/sparc/t-crtfm index 744537d..e0adb97 100644 --- a/gcc/config/sparc/t-crtfm +++ b/gcc/config/sparc/t-crtfm @@ -1,4 +1,4 @@ EXTRA_PARTS += crtfastmath.o -crtfastmath.o: $(srcdir)/config/sparc/crtfastmath.c $(GCC_PASSES) - $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) -c -o crtfastmath.o $(srcdir)/config/sparc/crtfastmath.c +$(T)crtfastmath.o: $(srcdir)/config/sparc/crtfastmath.c $(GCC_PASSES) + $(GCC_FOR_TARGET) $(MULTILIB_CFLAGS) $(LIBGCC2_CFLAGS) -c -o $(T)crtfastmath.o $(srcdir)/config/sparc/crtfastmath.c diff --git a/gcc/config/sparc/t-sol2-64 b/gcc/config/sparc/t-sol2-64 index ef7dee7..39204d7 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: -- 2.7.4