GDB: Check for `stdenv.system == "i686-gnu"'.
Reported by Shea Levy, thanks! svn path=/nixpkgs/trunk/; revision=30484
This commit is contained in:
@@ -20,7 +20,7 @@ let
|
|||||||
# having `stdenv ? cross' doesn't tell us if we're building `hostDrv' and
|
# having `stdenv ? cross' doesn't tell us if we're building `hostDrv' and
|
||||||
# `buildDrv'.
|
# `buildDrv'.
|
||||||
isGNU =
|
isGNU =
|
||||||
stdenv.system == "i586-pc-gnu"
|
stdenv.system == "i686-gnu"
|
||||||
|| (stdenv ? cross && stdenv.cross.config == "i586-pc-gnu");
|
|| (stdenv ? cross && stdenv.cross.config == "i586-pc-gnu");
|
||||||
in
|
in
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user