[sword-cvs] sword arminst.sh,1.1,1.2

sword@www.crosswire.org sword@www.crosswire.org
Thu, 6 Mar 2003 03:26:34 -0700


Update of /usr/local/cvsroot/sword
In directory www:/tmp/cvs-serv24994

Modified Files:
	arminst.sh 
Log Message:


Index: arminst.sh
===================================================================
RCS file: /usr/local/cvsroot/sword/arminst.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** arminst.sh	15 Apr 2002 21:26:44 -0000	1.1
--- arminst.sh	6 Mar 2003 10:26:31 -0000	1.2
***************
*** 1,8 ****
  #!/bin/sh
  
! export PATH=$PATH:/usr/local/arm/bin
! export CXXFLAGS="-I/usr/include/g++-3 -O3"
  export CFLAGS="-O3"
! ./configure --host=arm-v4l-linux --prefix=/usr \
  	--disable-shared \
  	--without-conf --sysconfdir=/etc 
--- 1,9 ----
  #!/bin/sh
  
! export PATH=$PATH:/usr/local/arm/2.95.3/bin/
! #export CXXFLAGS="-I/usr/include/g++-3 -O3"
! export CXXFLAGS="-O3"
  export CFLAGS="-O3"
! ./configure --host=arm-linux --prefix=/usr \
  	--disable-shared \
  	--without-conf --sysconfdir=/etc