gdb: build with libipt
This adds support for "record btrace pt" command.
This commit is contained in:
parent
dc4224bc54
commit
e675e2763e
@ -4,7 +4,7 @@
|
||||
, fetchurl, pkgconfig, perl, texinfo, setupDebugInfoDirs, buildPackages
|
||||
|
||||
# Run time
|
||||
, ncurses, readline, gmp, mpfr, expat, zlib, dejagnu
|
||||
, ncurses, readline, gmp, mpfr, expat, libipt, zlib, dejagnu
|
||||
|
||||
, pythonSupport ? stdenv.hostPlatform == stdenv.buildPlatform && !stdenv.hostPlatform.isCygwin, python3 ? null
|
||||
, guile ? null
|
||||
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ pkgconfig texinfo perl setupDebugInfoDirs ];
|
||||
|
||||
buildInputs = [ ncurses readline gmp mpfr expat zlib guile ]
|
||||
buildInputs = [ ncurses readline gmp mpfr expat libipt zlib guile ]
|
||||
++ stdenv.lib.optional pythonSupport python3
|
||||
++ stdenv.lib.optional doCheck dejagnu;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user