[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

CVS:myspell-deb/debian rules,1.10,1.11



Update of /home/halls/cvs/debian-openoffice/myspell-deb/debian
In directory gluck:/tmp/cvs-serv26429

Modified Files:
	rules 
Log Message:
*sigh* only one of the compiler-set snippets should have been removed, readding

Index: rules
===================================================================
RCS file: /home/halls/cvs/debian-openoffice/myspell-deb/debian/rules,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- rules	8 Jan 2004 14:29:15 -0000	1.10
+++ rules	8 Jan 2004 14:49:49 -0000	1.11
@@ -17,6 +17,14 @@
 	INSTALL_PROGRAM += -s
 endif
 
+ifneq (,$(findstring sparc,$(DEB_HOST_GNU_TYPE))) 	 
+	CXX=sparc-linux-g++
+	CC=sparc-linux-gcc 	 
+else 	 
+	CXX=g++ 	 
+	CC=gcc 	 
+endif
+
 version=3.1
 major=3
 debversion=`head -n 1 debian/changelog | awk '{ print $$2 }' \



Reply to: