https://bugs.kde.org/show_bug.cgi?id=208531

--- Comment #31 from Ed Maste <ema...@freebsd.org> ---
I've fixed up a few more issues, and started working on curating the changes
into more reasonably reviewable pieces.

Current WIP is in the "freebsd.20190103" branch - I'll try to keep the patch
set rebased on upstream and will start a new branch when rebasing.

https://github.com/FreeBSDFoundation/valgrind/tree/freebsd.20190103

Two questions:

- link_tool_exe_freebsd.in is a copy of older link_tool_exe_linux.in. Our
toolchain is GNU-compatible and link_tool_exe_linux.in will probably work out
of the box on FreeBSD. For cases like this should we share the script (perhaps
renaming it)?

- tests/filter_libc starts with
#! /usr/bin/perl -w
which does not work on FreeBSD (perl is /usr/local/bin/perl).

Should this be renamed to tests/filter_libc.in and start with #! @PERL@ ?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to