This commit is contained in:
Vladimír Čunát
2014-08-26 01:10:56 +02:00
parent 3ec413cece
commit 4dccb224c5
15 changed files with 23 additions and 21 deletions
@@ -216,7 +216,7 @@ stdenv.mkDerivation ({
outputs = [ "out" "lib" ];
setOutputConfigureFlags = false;
setOutputFlags = false;
libc_dev = stdenv.gcc.libc_dev;
@@ -372,7 +372,7 @@ stdenv.mkDerivation ({
)
}
${if (stdenv ? glibc && cross == null)
then " --with-native-system-header-dir=${stdenv.glibc}/include"
then " --with-native-system-header-dir=${stdenv.glibc.dev}/include"
else ""}
${if langAda then " --enable-libada" else ""}
${if cross == null && stdenv.isi686 then "--with-arch=i686" else ""}