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: glibc CVS doesn't compile on ARM


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


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