Commit 187a55a0 authored by Claes Sjofors's avatar Claes Sjofors

wb_gcg ARM version, message for use of local opt-file inserted

parent c216641b
...@@ -180,7 +180,7 @@ CompileRtNode() ...@@ -180,7 +180,7 @@ CompileRtNode()
#link option file exists and is not empty #link option file exists and is not empty
if [ -s $pwrp_exe/$FileName.opt ]; then if [ -s $pwrp_exe/$FileName.opt ]; then
echo "-- Using local option-file $FileName.opt"
ld_opt_tmp="`cat $pwrp_exe/$FileName.opt`" ld_opt_tmp="`cat $pwrp_exe/$FileName.opt`"
ld_opt="`eval echo $ld_opt_tmp`" ld_opt="`eval echo $ld_opt_tmp`"
else else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment