Files
ftmemsim-valgrind/coregrind/link_tool_exe_aix5.in
Julian Seward 05124264b0 Remove link_tool_exe.c and replace it with perl scripts that do the
same thing.  A .c file doesn't work for cross compilation.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11174
2010-06-13 22:13:58 +00:00

7 lines
95 B
Plaintext

#! @PERL@
use warnings;
use strict;
die "link_tool_exe_@VGCONF_OS@ requires implementation";