linux-mips build fix
Guido Guenther
agx@sigxcpu.org
Thu Sep 12 04:31:00 GMT 2002
Hi,
the attached patch makes divdi3 available for mips, helping the build
of 2.2.93 a bit further.
Regards,
-- Guido
-------------- next part --------------
--- 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
More information about the Libc-alpha
mailing list