This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: linux-mips build fix


On Thu, Sep 12, 2002 at 01:25:34PM +0200, Guido Guenther wrote:
> Hi,
> the attached patch makes divdi3 available for mips, helping the build
> of 2.2.93 a bit further.

Please don't.
I'll post soonish a different patch which solves it for all wordsize-32
arches once.

> --- sysdeps/mips/Makefile.orig	Wed Sep 11 21:41:07 2002
> +++ sysdeps/mips/Makefile	Wed Sep 11 21:44:54 2002
> @@ -6,3 +6,11 @@
>  ifeq ($(subdir),setjmp)
>  sysdep_routines += setjmp_aux
>  endif
> +
> +ifeq ($(subdir),csu)
> +ifeq (yes,$(build-shared))
> +# Compatibility
> +sysdep_routines += divdi3
> +shared-only-routines += divdi3
> +endif
> +endif


	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]