File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1837,7 +1837,7 @@ Check to make sure all required properties are specified. This includes properti
1837
1837
</conditions >
1838
1838
<sequential >
1839
1839
<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" />
1841
1841
<arg value =" -o" />
1842
1842
<arg value =" ${ build.base } /JikesRVM" />
1843
1843
<arg value =" -L${ build.base } " />
@@ -1852,7 +1852,7 @@ Check to make sure all required properties are specified. This includes properti
1852
1852
</conditions >
1853
1853
<sequential >
1854
1854
<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" />
1856
1856
<arg value =" -o" />
1857
1857
<arg value =" ${ build.base } /JikesRVM" />
1858
1858
<arg value =" -L${ build.base } " />
You can’t perform that action at this time.
0 commit comments