]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog
Move architecture cases out of sysdeps/unix/sysv/linux/configure.ac.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 24 Jun 2014 20:53:03 +0000 (20:53 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 24 Jun 2014 20:53:03 +0000 (20:53 +0000)
commit0ea5d373c7984a1da2d0e990c6e78e6d6c24f91b
tree94af1ef1dad42a63b52117a4e346477409f0d89b
parent2307e1261e7ee784afd424a46ad08d3fbed33ba3
Move architecture cases out of sysdeps/unix/sysv/linux/configure.ac.

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).

* sysdeps/unix/sysv/linux/configure.ac: Remove cases for
individual architectures.
* sysdeps/unix/sysv/linux/configure: Regenerated.
* sysdeps/unix/sysv/linux/i386/configure.ac: New file.
* sysdeps/unix/sysv/linux/i386/configure: New generated file.
* sysdeps/unix/sysv/linux/powerpc/configure.ac
(ldd_rewrite_script): Define variable.
* sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
file.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
generated file.
* sysdeps/unix/sysv/linux/s390/configure.ac: New file.
* sysdeps/unix/sysv/linux/s390/configure: New generated file.
* sysdeps/unix/sysv/linux/sh/configure.ac: New file.
* sysdeps/unix/sysv/linux/sh/configure: New generated file.
* sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
* sysdeps/unix/sysv/linux/sparc/configure: New generated file.
* sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
* sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
17 files changed:
ChangeLog
sysdeps/unix/sysv/linux/configure
sysdeps/unix/sysv/linux/configure.ac
sysdeps/unix/sysv/linux/i386/configure [new file with mode: 0644]
sysdeps/unix/sysv/linux/i386/configure.ac [new file with mode: 0644]
sysdeps/unix/sysv/linux/powerpc/configure
sysdeps/unix/sysv/linux/powerpc/configure.ac
sysdeps/unix/sysv/linux/powerpc/powerpc32/configure [new file with mode: 0644]
sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac [new file with mode: 0644]
sysdeps/unix/sysv/linux/s390/configure [new file with mode: 0644]
sysdeps/unix/sysv/linux/s390/configure.ac [new file with mode: 0644]
sysdeps/unix/sysv/linux/sh/configure [new file with mode: 0644]
sysdeps/unix/sysv/linux/sh/configure.ac [new file with mode: 0644]
sysdeps/unix/sysv/linux/sparc/configure [new file with mode: 0644]
sysdeps/unix/sysv/linux/sparc/configure.ac [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/configure [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/configure.ac [new file with mode: 0644]