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
@@ -353,7 +353,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 ""}