This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] README.template tiny changes


Hi!

I think we should mention x86-64 too (when we are mentioning powerpc64).
Also, linux/configure says s390x minimal kernel version is 2.4.

2002-10-02  Jakub Jelinek  <jakub@redhat.com>

	* README.templace: Add x86-64-*-linux-gnu.
	s390x needs 2.4+ kernel.

--- libc/README.template.jj	2002-10-02 11:58:57.000000000 +0200
+++ libc/README.template	2002-10-02 12:05:58.000000000 +0200
@@ -19,9 +19,10 @@ configurations:
 		mips*-*-linux-gnu	Linux-2.x on MIPS
 		ia64-*-linux-gnu	Linux-2.x on ia64
 		s390-*-linux-gnu	Linux-2.x on IBM S/390
-		s390x-*-linux-gnu	Linux-2.x on IBM S/390 64-bit
+		s390x-*-linux-gnu	Linux-2.4+ on IBM S/390 64-bit
 		sh-*-linux-gnu		Linux-2.x on Super Hitachi
 		cris-*-linux-gnu	Linux-2.4+ on CRIS
+		x86-64-*-linux-gnu	Linux-2.4+ on x86-64
 
 Former releases of this library (version 1.09.1 and perhaps earlier
 versions) used to run on the following configurations:

	Jakub


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