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

cavok at alioth.debian.org cavok at alioth.debian.org
Wed Aug 8 01:24:23 UTC 2007


Author: cavok
Date: 2007-08-08 01:24:22 +0000 (Wed, 08 Aug 2007)
New Revision: 14117

Modified:
   boost/trunk/debian/rules
Log:
fixed gcc 4.1 vs. gcc 4.2 confusion on hppa

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2007-08-05 16:49:48 UTC (rev 14116)
+++ boost/trunk/debian/rules	2007-08-08 01:24:22 UTC (rev 14117)
@@ -56,9 +56,9 @@
 		) \
 	)
 
-TOOLSET_CONFIG="using gcc : : : <define>_REENTRANT <compileflags>-mlong-calls ;"
-ifneq ($(DEB_BUILD_ARCH), hppa)
 TOOLSET_CONFIG="using gcc : 4.2 : g++-4.2 : <define>_REENTRANT ;"
+ifeq ($(DEB_BUILD_ARCH), hppa)
+TOOLSET_CONFIG="using gcc : 4.2 : g++-4.2 : <define>_REENTRANT <compileflags>-mlong-calls ;"
 endif
 PYTHON_CONFIG="using python : 2.5 : /usr ;"
 




More information about the pkg-boost-commits mailing list