Updating gdb. I did not update the 'bleeding edge' thing though. That should be
better named to "one git checkout" instead of bleeding edge. svn path=/nixpkgs/trunk/; revision=31883
This commit is contained in:
@@ -3154,13 +3154,11 @@ let
|
||||
uisp = callPackage ../development/tools/misc/uisp { };
|
||||
|
||||
gdb = callPackage ../development/tools/misc/gdb {
|
||||
readline = readline5;
|
||||
hurd = gnu.hurdCross;
|
||||
inherit (gnu) mig;
|
||||
};
|
||||
|
||||
gdbCross = callPackage ../development/tools/misc/gdb {
|
||||
readline = readline5;
|
||||
target = crossSystem;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user