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-34-gdcc9756


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  dcc9756b5bfbb2b97f73bad863d7e1c4002bea98 (commit)
      from  544563c94090649d5db95bacf13f949a156452df (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=dcc9756b5bfbb2b97f73bad863d7e1c4002bea98

commit dcc9756b5bfbb2b97f73bad863d7e1c4002bea98
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Sat Jan 7 11:13:30 2012 -0500

    Remove support in configure for unsupported architectures

diff --git a/ChangeLog b/ChangeLog
index 7b06a65..66a1075 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
 
+	[BZ #13555]
+	* configure.in: Remove entries for unsupported architectures.
+
 	[BZ #13533]
 	* iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
 	* iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
diff --git a/NEWS b/NEWS
index 6d40d85..427cb2d 100644
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,7 @@ Version 2.16
 
 * The following bugs are resolved with this release:
 
-  13526, 13527, 13528, 13529, 13531, 13532, 13533, 13547
+  13526, 13527, 13528, 13529, 13531, 13532, 13533, 13547, 13555
 
 * ISO C11 support:
 
diff --git a/configure b/configure
index c22ed38..ff680c4 100755
--- a/configure
+++ b/configure
@@ -4045,13 +4045,8 @@ fi
 # type and particular chip.  If an add-on configure fragment already set
 # base_machine, we don't change it.
 test -n "$base_machine" || case "$machine" in
-a29k | am29000)	base_machine=a29k machine=a29k ;;
-c3[012])	base_machine=cx0 machine=cx0/c30 ;;
-c4[04])		base_machine=cx0 machine=cx0/c40 ;;
 i[34567]86)	base_machine=i386 machine=i386/$machine ;;
 ia64)		base_machine=ia64 machine=ia64 ;;
-m88???)		base_machine=m88k machine=m88k/$machine ;;
-m88k)		base_machine=m88k machine=m88k/m88100 ;;
 powerpc)	base_machine=powerpc machine=powerpc/powerpc32 ;;
 powerpc64)	base_machine=powerpc machine=powerpc/powerpc64 ;;
 s390)           base_machine=s390 machine=s390/s390-32 ;;
diff --git a/configure.in b/configure.in
index 2c4fc97..b998c47 100644
--- a/configure.in
+++ b/configure.in
@@ -532,13 +532,8 @@ changequote(,)dnl
 # type and particular chip.  If an add-on configure fragment already set
 # base_machine, we don't change it.
 test -n "$base_machine" || case "$machine" in
-a29k | am29000)	base_machine=a29k machine=a29k ;;
-c3[012])	base_machine=cx0 machine=cx0/c30 ;;
-c4[04])		base_machine=cx0 machine=cx0/c40 ;;
 i[34567]86)	base_machine=i386 machine=i386/$machine ;;
 ia64)		base_machine=ia64 machine=ia64 ;;
-m88???)		base_machine=m88k machine=m88k/$machine ;;
-m88k)		base_machine=m88k machine=m88k/m88100 ;;
 powerpc)	base_machine=powerpc machine=powerpc/powerpc32 ;;
 powerpc64)	base_machine=powerpc machine=powerpc/powerpc64 ;;
 s390)           base_machine=s390 machine=s390/s390-32 ;;

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

Summary of changes:
 ChangeLog    |    3 +++
 NEWS         |    2 +-
 configure    |    5 -----
 configure.in |    5 -----
 4 files changed, 4 insertions(+), 11 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]