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

Re: [PATCH] Small fix for sysdeps/unix/sysv/linux/sparc/sparc32/Makefile


At 19:36 -0800 1999-03-31, David Miller wrote:
>   Does the SPARC port used libc4?  I can't remember this.
>
>Way back in the stone ages, and no real distribution was ever shipped
>with it, so I would say we can act as if no SPARC port ever used
>libc4.

In that case...

Index: sysdeps/unix/sysv/linux/configure.in
===================================================================
RCS file: /glibc/cvsfiles/libc/sysdeps/unix/sysv/linux/configure.in,v
retrieving revision 1.19
diff -u -r1.19 configure.in
--- configure.in	1998/12/04 20:57:24	1.19
+++ configure.in	1999/04/01 14:15:35
@@ -94,7 +94,7 @@
 # We need some extensions to the `ldd' script.
 changequote(,)
 case "$machine" in
-  i[3456]86* | m68* | sparc/sparc32)
+  i[3456]86* | m68*)
     ldd_rewrite_script=../sysdeps/unix/sysv/linux/ldd-rewrite.sed
     ;;
   *)
-- 
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]