This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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: [PATCH] */lib64 for s390x


Jakub Jelinek <jakub@redhat.com> writes:

> On Wed, Oct 09, 2002 at 03:05:11PM +0200, Martin Schwidefsky wrote:
>> All I can say is: he is right. I wanted to look into versioned symbols for
>> the glibc functions that are affected by the utmp.h/utmpx.h change but I
>> am too busy with other stuff right now (and I know that extreme caution
>> is required for anything to do with versioning).
>
> Don't you need following too?
>
> 2002-10-09  Jakub Jelinek  <jakub@redhat.com>
>
> 	* sysdeps/unix/sysv/linux/configure.in: Use */lib64 for s390x too.
> 	* sysdeps/unix/sysv/linux/configure: Rebuilt.

I'm going to  apply this now,
Andreas

>
> --- libc/sysdeps/unix/sysv/linux/configure.in	28 Sep 2002 20:39:35 -0000	1.1.1.17
> +++ libc/sysdeps/unix/sysv/linux/configure.in	9 Oct 2002 11:14:45 -0000	1.14
> @@ -185,7 +185,8 @@ fi
>  if test "$prefix" = "/usr" -o "$prefix" = "/usr/"; then
>    # 64bit libraries on sparc go to /lib64 and not /lib
>    if test "$machine" = "sparc/sparc64" -o "$machine" = "x86_64" \
> -	  -o "$machine" = "powerpc/powerpc64"; then
> +	  -o "$machine" = "powerpc/powerpc64" \
> +	  -o "$machine" = "s390/s390-64"; then
>      libc_cv_slibdir="/lib64"
>      if test "$libdir" = '${exec_prefix}/lib'; then
>        libdir='${exec_prefix}/lib64';
> --- libc/sysdeps/unix/sysv/linux/configure	28 Sep 2002 20:39:35 -0000	1.1.1.17
> +++ libc/sysdeps/unix/sysv/linux/configure	9 Oct 2002 11:14:45 -0000	1.14
> @@ -185,7 +185,8 @@ fi
>  if test "$prefix" = "/usr" -o "$prefix" = "/usr/"; then
>    # 64bit libraries on sparc go to /lib64 and not /lib
>    if test "$machine" = "sparc/sparc64" -o "$machine" = "x86_64" \
> -	  -o "$machine" = "powerpc/powerpc64"; then
> +	  -o "$machine" = "powerpc/powerpc64" \
> +	  -o "$machine" = "s390/s390-64"; then
>      libc_cv_slibdir="/lib64"
>      if test "$libdir" = '${exec_prefix}/lib'; then
>        libdir='${exec_prefix}/lib64';
>
> 	Jakub
>

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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