This is the mail archive of the libc-alpha@sourceware.org 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: Move architecture cases out of sysdeps/unix/sysv/linux/configure.ac


From: "Joseph S. Myers" <joseph@codesourcery.com>
Date: Tue, 24 Jun 2014 18:03:43 +0000

> Continuing the process of making non-ex-ports architectures follow the
> preferred sysdeps practices followed by ex-ports architectures - that
> is, putting things in architecture-specific sysdeps files rather than
> having architecture-specific cases in architecture-independent files -
> this patch moves architecture cases out of
> sysdeps/unix/sysv/linux/configure.ac into (new or existing) configure
> fragments for each architecture.  (In the case of the
> arch_minimum_kernel setting for x32,
> sysdeps/unix/sysv/linux/x86_64/x32/configure already has such a
> setting so the setting in sysdeps/unix/sysv/linux/configure.ac was a
> duplicate that could just be removed - though I haven't tested for
> x32.)
> 
> Tested for x86_64 and x86 that the patch causes no changes to the
> installed shared libraries or ldd (or any part of the installation
> except for the parts that always change because the files contain
> timestamps - nscd and static libraries).

Sparc bits look fine to me.


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