You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by dl...@apache.org on 2005/10/19 10:23:13 UTC

svn commit: r326463 - /incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/main/.cdtbuild

Author: dlydick
Date: Wed Oct 19 01:23:04 2005
New Revision: 326463

URL: http://svn.apache.org/viewcvs?rev=326463&view=rev
Log:
Added '-lm' option to linkage to get various floating point function
calls.

Changed representative '-I' and '-L' paths to conform more
to SVN directory structure.

Changed all tabs to use project settings to isolate from workspace
defaults.

Remove '-fpack-struct' compile option.

Modified:
    incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/main/.cdtbuild

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/main/.cdtbuild
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/main/.cdtbuild?rev=326463&r1=326462&r2=326463&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/main/.cdtbuild (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/main/.cdtbuild Wed Oct 19 01:23:04 2005
@@ -8,19 +8,20 @@
 <builder superClass="cdt.managedbuild.target.gnu.builder.exe.debug" id="cdt.managedbuild.target.gnu.builder.exe.debug.973897522" name="Gnu Make"/>
 <tool superClass="cdt.managedbuild.tool.gnu.c.compiler.exe.debug" id="cdt.managedbuild.tool.gnu.c.compiler.exe.debug.1081957588" name="GCC C Compiler">
 <option superClass="gnu.c.compiler.option.include.paths" id="gnu.c.compiler.option.include.paths.193936882" name="Include paths (-I)" valueType="includePath">
-<listOptionValue value="/home/dlydick/harmony/bootJVM/config" builtIn="false"/>
-<listOptionValue value="/home/dlydick/harmony/bootJVM/jvm/src" builtIn="false"/>
+<listOptionValue value="/home/dlydick/harmony/bootjvm/bootJVM/config" builtIn="false"/>
+<listOptionValue value="/home/dlydick/harmony/bootjvm/bootJVM/jvm/src" builtIn="false"/>
 </option>
-<option superClass="gnu.c.compiler.option.misc.other" id="gnu.c.compiler.option.misc.other.1922201730" name="Other flags" value="-c -fmessage-length=0 -fpack-struct -m32" valueType="string"/>
+<option superClass="gnu.c.compiler.option.misc.other" id="gnu.c.compiler.option.misc.other.1922201730" name="Other flags" value="-c -fmessage-length=0 -m32" valueType="string"/>
 <option superClass="gnu.c.compiler.option.misc.ansi" id="gnu.c.compiler.option.misc.ansi.1663911526" name="Support ANSI programs (-ansi)" value="true" valueType="boolean"/>
 </tool>
 <tool superClass="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug" id="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.1604640686" name="GCC C++ Compiler"/>
 <tool superClass="cdt.managedbuild.tool.gnu.c.linker.exe.debug" id="cdt.managedbuild.tool.gnu.c.linker.exe.debug.1669870623" name="GCC C Linker">
 <option superClass="gnu.c.link.option.libs" id="gnu.c.link.option.libs.795783637" name="Libraries (-l)" valueType="libs">
 <listOptionValue value="jvm" builtIn="false"/>
+<listOptionValue value="m" builtIn="false"/>
 </option>
 <option superClass="gnu.c.link.option.paths" id="gnu.c.link.option.paths.1815763399" name="Library search path (-L)" valueType="stringList">
-<listOptionValue value="/home/dlydick/harmony/bootJVM/libjvm/lib" builtIn="false"/>
+<listOptionValue value="/home/dlydick/harmony/bootjvm/bootJVM/libjvm/lib" builtIn="false"/>
 </option>
 <option superClass="gnu.c.link.option.ldflags" id="gnu.c.link.option.ldflags.1598715765" name="Linker flags" value="-m32" valueType="string"/>
 </tool>