glibc CVS doesn't compile on ARM

Philip Blundell pb@nexus.co.uk
Sun Aug 11 04:40:00 GMT 2002


On Sat, 2002-08-10 at 14:22, Robert Schwebel wrote:
> ../libc.so.6: undefined reference to `__divdi3_internal'
> collect2: ld returned 1 exit status

Try this.

p.

2002-08-11  Philip Blundell  <philb@gnu.org>

	* sysdeps/arm/Makefile: New file.

--- /dev/null	Sun Mar 17 14:06:26 2002
+++ sysdeps/arm/Makefile	Sun Aug 11 12:37:44 2002
@@ -0,0 +1,7 @@
+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