You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2006/10/05 10:00:58 UTC

svn commit: r453130 - /incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm/hythr.xml

Author: hindessm
Date: Thu Oct  5 01:00:57 2006
New Revision: 453130

URL: http://svn.apache.org/viewvc?view=rev&rev=453130
Log:
Adding trivial fix mentioned by Salikh Zakirov <Sa...@Intel.com> on
the -dev list under subject "[patch][drlvm] Linux/ia32 fix for Intel Compiler".

Modified:
    incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm/hythr.xml

Modified: incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm/hythr.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm/hythr.xml?view=diff&rev=453130&r1=453129&r2=453130
==============================================================================
--- incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm/hythr.xml (original)
+++ incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm/hythr.xml Thu Oct  5 01:00:57 2006
@@ -95,6 +95,7 @@
             </select>
 
             <select os="lnx">
+                <syslibset libs="rt" />
                 <linkerarg value="-Wl,-init" />
                 <linkerarg value="-Wl,hythread_library_init" />
                 <linkerarg value="-Wl,--version-script,${src}/thread/src/hythr.exp" />