You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ca...@apache.org on 2004/09/02 17:31:55 UTC

cvs commit: xml-xerces/c/tests config.sub

cargilld    2004/09/02 08:31:55

  Modified:    c/samples config.sub
               c/tests  config.sub
  Log:
  OS400 Build updates
  
  Revision  Changes    Path
  1.5       +7 -0      xml-xerces/c/samples/config.sub
  
  Index: config.sub
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/config.sub,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- config.sub	18 Jul 2002 20:48:45 -0000	1.4
  +++ config.sub	2 Sep 2004 15:31:54 -0000	1.5
  @@ -928,6 +928,10 @@
   		basic_machine=a29k-nyu
   		os=-sym1
   		;;
  +	AS400)
  +		basic_machine=AS400-ibm
  +		os=-OS400
  +		;;		
   	v810 | necv810)
   		basic_machine=v810-nec
   		os=-none
  @@ -1205,6 +1209,9 @@
   	-ose*)
   		os=-ose
   		;;
  +	-OS400)
  +		os=-OS400
  +		;;		
   	-es1800*)
   		os=-ose
   		;;
  
  
  
  1.4       +7 -0      xml-xerces/c/tests/config.sub
  
  Index: config.sub
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/config.sub,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- config.sub	18 Jul 2002 20:48:56 -0000	1.3
  +++ config.sub	2 Sep 2004 15:31:55 -0000	1.4
  @@ -928,6 +928,10 @@
   		basic_machine=a29k-nyu
   		os=-sym1
   		;;
  +	AS400)
  +		basic_machine=AS400-ibm
  +		os=-OS400
  +		;;		
   	v810 | necv810)
   		basic_machine=v810-nec
   		os=-none
  @@ -1205,6 +1209,9 @@
   	-ose*)
   		os=-ose
   		;;
  +	-OS400)
  +		os=-OS400
  +		;;		
   	-es1800*)
   		os=-ose
   		;;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org