gdb Cross-Compilation: try to disable python.
svn path=/nixpkgs/trunk/; revision=28714
This commit is contained in:
parent
bb2716d232
commit
c2386b3c91
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
|||||||
# Do not add --with-python here to avoid cross building it.
|
# Do not add --with-python here to avoid cross building it.
|
||||||
configureFlags =
|
configureFlags =
|
||||||
'' --with-gmp=${gmp.hostDrv} --with-mpfr=${mpfr.hostDrv} --with-system-readline
|
'' --with-gmp=${gmp.hostDrv} --with-mpfr=${mpfr.hostDrv} --with-system-readline
|
||||||
--with-expat --with-libexpat-prefix=${expat.hostDrv}
|
--with-expat --with-libexpat-prefix=${expat.hostDrv} --without-python
|
||||||
'' + stdenv.lib.optionalString (target != null)
|
'' + stdenv.lib.optionalString (target != null)
|
||||||
" --target=${target.config}";
|
" --target=${target.config}";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user