This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch, master, updated. glibc-2.15-47-ga2693a0


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  a2693a0e2ea184b915bd7c08eedd4a3d63958818 (commit)
      from  3f05895f120334a4500bd18e776a27eac1e7343e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a2693a0e2ea184b915bd7c08eedd4a3d63958818

commit a2693a0e2ea184b915bd7c08eedd4a3d63958818
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Sat Jan 7 13:06:38 2012 -0500

    Remove m68k support from Linux configure

diff --git a/ChangeLog b/ChangeLog
index ff0557c..71f6ebe 100644
--- a/ChangeLog
+++ b/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.
diff --git a/sysdeps/unix/sysv/linux/configure.in b/sysdeps/unix/sysv/linux/configure.in
index f25b299..a73c3e5 100644
--- a/sysdeps/unix/sysv/linux/configure.in
+++ b/sysdeps/unix/sysv/linux/configure.in
@@ -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*)

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                            |    2 ++
 sysdeps/unix/sysv/linux/configure.in |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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