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

Re: use gcc-3.2 for mozilla



While I don't really know much about building Debian packages, the
following patch seems to do the trick of switching to gcc-3.2 for on
ia64.  As mentioned earlier, this gives me a much more stable mozilla.

Thanks,

	--david

--- debian/rules-orig	Tue Oct  1 21:25:45 2002
+++ debian/rules	Tue Oct  1 12:54:20 2002
@@ -20,8 +20,8 @@
 NEED_LIBFFI=1
 LIBFFI_DIR=$(SOURCE_DIR)/libffi-install
 OPTFLAGS=-O -DDEBIAN
-CC=gcc-3.0
-CXX=g++-3.0
+CC=gcc-3.2
+CXX=g++-3.2
 EXTRA_OPTIONS=--with-libffi=$(CURDIR)/$(SOURCE_DIR)/libffi-install
 else
 OPTFLAGS=-O2 -DDEBIAN



Reply to: