Skip to content

Commit da0b841

Browse files
committed
Correct linking order for builds with perfevent.
1 parent b2f72a4 commit da0b841

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1837,7 +1837,7 @@ Check to make sure all required properties are specified. This includes properti
18371837
</conditions>
18381838
<sequential>
18391839
<exec executable="${c++.exe}" failonerror="true">
1840-
<arg line="${c++.args} ${rvm.common.args} ${gcspy.lib.dir} ${perfevent.lib} ${rvm.src} ${c++.librt} -lpthread ${c++.rdynamic} -g"/>
1840+
<arg line="${c++.args} ${rvm.common.args} ${gcspy.lib.dir} ${rvm.src} ${perfevent.lib} ${c++.librt} -lpthread ${c++.rdynamic} -g"/>
18411841
<arg value="-o"/>
18421842
<arg value="${build.base}/JikesRVM"/>
18431843
<arg value="-L${build.base}"/>
@@ -1852,7 +1852,7 @@ Check to make sure all required properties are specified. This includes properti
18521852
</conditions>
18531853
<sequential>
18541854
<exec executable="${c++.exe}" failonerror="true">
1855-
<arg line="${c++.args} ${rvm.common.args} ${gcspy.lib.dir} ${perfevent.lib} ${rvm.src} ${c++.librt} -lpthread ${c++.rdynamic} -g"/>
1855+
<arg line="${c++.args} ${rvm.common.args} ${gcspy.lib.dir} ${rvm.src} ${perfevent.lib} ${c++.librt} -lpthread ${c++.rdynamic} -g"/>
18561856
<arg value="-o"/>
18571857
<arg value="${build.base}/JikesRVM"/>
18581858
<arg value="-L${build.base}"/>

0 commit comments

Comments
 (0)