SF.net SVN: jikesrvm:[15778] rvmroot/trunk/build.xml

View: New views
1 Messages — Rating Filter:   Alert me  

SF.net SVN: jikesrvm:[15778] rvmroot/trunk/build.xml

by pizlo :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Revision: 15778
          http://jikesrvm.svn.sourceforge.net/jikesrvm/?rev=15778&view=rev
Author:   pizlo
Date:     2009-09-09 16:06:52 +0000 (Wed, 09 Sep 2009)

Log Message:
-----------
fix 2GB file limit issue for files created by RVM runtime on Linux

Modified Paths:
--------------
    rvmroot/trunk/build.xml

Modified: rvmroot/trunk/build.xml
===================================================================
--- rvmroot/trunk/build.xml 2009-09-08 13:46:56 UTC (rev 15777)
+++ rvmroot/trunk/build.xml 2009-09-09 16:06:52 UTC (rev 15778)
@@ -1536,7 +1536,7 @@
     <property name="rvm.includes"
               value="-I${bl.dir} -I${basedir}/include -I${dist.base}/include ${gcspy.includes.dir} ${arch.includes} ${classlib.includes}"/>
 
-    <property name="rvm.defines" value="-D_REENTRANT ${filter} "/>
+    <property name="rvm.defines" value="-D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE ${filter} "/>
 
     <condition property="rvm.sse.args" value="" else="-mfpmath=sse">
         <equals arg1="${target.arch.sse2}" arg2="none"/>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Jikesrvm-commits mailing list
Jikesrvm-commits@...
https://lists.sourceforge.net/lists/listinfo/jikesrvm-commits