You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ca...@apache.org on 2008/03/25 06:01:39 UTC

svn commit: r640701 - /logging/log4cxx/trunk/src/ant/common.xml

Author: carnold
Date: Mon Mar 24 22:01:27 2008
New Revision: 640701

URL: http://svn.apache.org/viewvc?rev=640701&view=rev
Log:
LOGCXX-230: Use gcc as default compiler on Nix, not g++

Modified:
    logging/log4cxx/trunk/src/ant/common.xml

Modified: logging/log4cxx/trunk/src/ant/common.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/ant/common.xml?rev=640701&r1=640700&r2=640701&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/ant/common.xml (original)
+++ logging/log4cxx/trunk/src/ant/common.xml Mon Mar 24 22:01:27 2008
@@ -80,7 +80,7 @@
 
 <target name="unix-init" depends="mac-init" if="is-unix">
 
-    <property name="compiler" value="g++"/>
+    <property name="compiler" value="gcc"/>
 
     <condition property="has-expat" value="true">
          <not><isset property="is-mac"/></not>