Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove m68k support from Linux configure
  • Loading branch information
Ulrich Drepper committed Jan 7, 2012
1 parent 3f05895 commit a2693a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/configure.in
Expand Up @@ -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*)
Expand Down

0 comments on commit a2693a0

Please sign in to comment.