mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
Remove m68k support from Linux configure
This commit is contained in:
parent
3f05895f12
commit
a2693a0e2e
@ -1,5 +1,7 @@
|
||||
2012-01-07 Ulrich Drepper <drepper@gmail.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
|
||||
|
||||
* sysdeps/generic/ldsodefs.h: Remove Alpha support.
|
||||
|
||||
* shlib-versions: Remove entries for ports architectures.
|
||||
|
@ -204,7 +204,7 @@ use_ldconfig=yes
|
||||
# We need some extensions to the `ldd' script.
|
||||
changequote(,)
|
||||
case "$machine" in
|
||||
i[3456]86* | m68*)
|
||||
i[3456]86*)
|
||||
ldd_rewrite_script=sysdeps/unix/sysv/linux/ldd-rewrite.sed
|
||||
;;
|
||||
s390*)
|
||||
|
Loading…
Reference in New Issue
Block a user