git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11186
use strict;
# expect at least: alt-load-address gcc -o foo bar.o
-die "Not enougn arguments"
+die "Not enough arguments"
if (($#ARGV + 1) < 5);
my $ala = $ARGV[0];
$cmd = "$cmd $ARGV[$n]";
}
-print "link_tool_exe_darwin: $cmd\n";
+#print "link_tool_exe_darwin: $cmd\n";
# Execute the command:
use strict;
# expect at least: alt-load-address gcc -o foo bar.o
-die "Not enougn arguments"
+die "Not enough arguments"
if (($#ARGV + 1) < 5);
my $ala = $ARGV[0];
$cmd = "$cmd $ARGV[$n]";
}
-print "link_tool_exe_linux: $cmd\n";
+#print "link_tool_exe_linux: $cmd\n";
# Execute the command: