CVS: src/si/phase2/package-build glibc.xml,1.13,1.14

Mats Wichmann <[email protected]> Thu, 24 Apr 2003 13:24:12 -0700
Newsgroups gmane.linux.lsb.implementation
Message-ID <[email protected]>
Update of /cvsroot/lsb/src/si/phase2/package-build
In directory sc8-pr-cvs1:/tmp/cvs-serv11339/phase2/package-build

Modified Files:
	glibc.xml 
Log Message:
First pass at adding s390 support.  Also, in a few places,
anticipating work and added the other three architectures
(s390x, ppc64, x86_64).  The xml in this checkin is untested!


Index: glibc.xml
===================================================================
RCS file: /cvsroot/lsb/src/si/phase2/package-build/glibc.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** glibc.xml	28 Dec 2002 17:37:32 -0000	1.13
--- glibc.xml	24 Apr 2003 20:23:40 -0000	1.14
***************
*** 118,121 ****
--- 118,137 ----
  			</search_replace>
  		    </ppc32>
+ 		    <s390>
+ 			<search_replace>
+ 			    <base>&build_dir;/&glibc-directory;</base>
+ 			    <file>shlib-versions</file>
+ 			    <find>&linux-s390-dynlinker;</find>
+ 			    <replace>&lsb-s390-dynlinker;</replace>
+ 			</search_replace>
+ 
+ 			<search_replace>
+ 				<base>&build_dir;/&glibc-directory;&glibc-s390-machdep;
+ 			    </base>
+ 			    <file>ldconfig.h</file>
+ 			    <find>&linux-s390-dynlinker;</find>
+ 			    <replace>&lsb-s390-dynlinker;</replace>
+ 			</search_replace>
+ 		    </s390>
  		    <default>
  			<search_replace>