CVS: src/si/bootstrap/packages gcc.xml,1.9,1.10 kernel.xml,1.12,1.13
Mats Wichmann <[email protected]> Thu, 24 Apr 2003 13:24:13 -0700
| Newsgroups | gmane.linux.lsb.implementation |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/lsb/src/si/bootstrap/packages In directory sc8-pr-cvs1:/tmp/cvs-serv11339/bootstrap/packages Modified Files: gcc.xml kernel.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: gcc.xml =================================================================== RCS file: /cvsroot/lsb/src/si/bootstrap/packages/gcc.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** gcc.xml 28 Dec 2002 17:37:32 -0000 1.9 --- gcc.xml 24 Apr 2003 20:23:37 -0000 1.10 *************** *** 85,88 **** --- 85,96 ---- </search_replace> </ppc32> + <s390> + <search_replace> + <base>&LSBsi-bootstrap;&gcc-s390-machdep;</base> + <file>specs</file> + <find>&linux-s390-dynlinker;</find> + <replace>&lsb-s390-dynlinker;</replace> + </search_replace> + </s390> <default> <search_replace> Index: kernel.xml =================================================================== RCS file: /cvsroot/lsb/src/si/bootstrap/packages/kernel.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** kernel.xml 28 Jan 2003 18:46:41 -0000 1.12 --- kernel.xml 24 Apr 2003 20:23:37 -0000 1.13 *************** *** 32,35 **** --- 32,51 ---- </patch> </ia64> + <s390> + <unpack> + <archive>&LSBsi-bootstrap;&packages_dir;/&linux-s390-package; + </archive> + <destination>&LSBsi-bootstrap;/&linux-src-location; + </destination> + </unpack> + + <patch> + <base>&LSBsi-bootstrap;/&linux-src-location;/&linux-directory; + </base> + <param>-N</param> + <param>-p1</param> + <param>-i ../&linux-s390-diff;</param> + </patch> + </s390> </cond> *************** *** 87,90 **** --- 103,111 ---- </remove> </ia64> + <s390> + <remove> + &LSBsi-bootstrap;&build_dir;/&linux-s390-diff; + </remove> + </s390> </cond> </postbuild>