[pkg-boost-commits] r13905 - boost/trunk/debian

Domenico Andreoli cavok at costa.debian.org
Fri Dec 9 13:08:41 UTC 2005


Author: cavok
Date: 2005-12-09 13:08:40 +0000 (Fri, 09 Dec 2005)
New Revision: 13905

Modified:
   boost/trunk/debian/rules
Log:
m68k seems to build with gcc 4.0. hppa needs a fixed ld, it is not a compiler fault. hppa is also back to gcc 4.0.

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2005-12-09 13:07:10 UTC (rev 13904)
+++ boost/trunk/debian/rules	2005-12-09 13:08:40 UTC (rev 13905)
@@ -29,14 +29,14 @@
 
 DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
-GCC=gcc-3.4
-GXX=g++-3.4
-ifneq ($(DEB_BUILD_ARCH), hppa)
-ifneq ($(DEB_BUILD_ARCH), m68k)
+#GCC=gcc-3.4
+#GXX=g++-3.4
+#ifneq ($(DEB_BUILD_ARCH), hppa)
+#ifneq ($(DEB_BUILD_ARCH), m68k)
 GCC=gcc
 GXX=g++
-endif
-endif
+#endif
+#endif
 
 exampledir = debian/libboost-doc/usr/share/doc/libboost-doc/examples
 htmldir = debian/libboost-doc/usr/share/doc/libboost-doc/HTML




More information about the pkg-boost-commits mailing list