This is the mail archive of the libc-alpha@cygnus.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]

[PATCH] Small fix forsysdeps/unix/sysv/linux/sparc/sparc32/Makefile


sysdeps/unix/sysv/linux/configure includes sparc32 in the 
architectures on which sysdeps/unix/sysv/linux/ldd-rewrite.sed is 
used, but sysdeps/unix/sysv/linux/sparc/sparc32/Makefile does not 
cause `lddlibc4' to be built or installed. I think the following 
patch is correct, though it is not tested.

1998-03-30  Joel Klecker  <espy@debian.org>

	* sysdeps/unix/sysv/linux/sparc/sparc32/Makefile
	(sysdep-others,install-bin): Add lddlibc4.

Index: sysdeps/unix/sysv/linux/sparc/sparc32/Makefile
===================================================================
RCS file: /glibc/cvsfiles/libc/sysdeps/unix/sysv/linux/sparc/sparc32/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	1999/03/29 13:25:15	1.6
+++ Makefile	1999/03/31 03:30:29
@@ -8,6 +8,8 @@
 # When I get this to work, this is the right thing
 ifeq ($(subdir),elf)
 CFLAGS-rtld.c += -mv8
+sysdep-others += lddlibc4
+install-bin += lddlibc4
 #rtld-routines += dl-sysdepsparc
 endif   # elf
-- 
Joel Klecker (aka Espy)                    Debian GNU/Linux Developer
<URL:mailto:jk@espy.org>                 <URL:mailto:espy@debian.org>
<URL:http://web.espy.org/>               <URL:http://www.debian.org/>


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