Darwin: Change noSysDirs' to
false' by default.
svn path=/nixpkgs/trunk/; revision=33911
This commit is contained in:
parent
7716976345
commit
7e70f890c4
@ -21,8 +21,12 @@
|
|||||||
# null, the default standard environment is used.
|
# null, the default standard environment is used.
|
||||||
bootStdenv ? null
|
bootStdenv ? null
|
||||||
|
|
||||||
|
, # Darwin is an "impure" platform, with its libc outside of the store.
|
||||||
|
# Thus, GCC, GFortran, & co. must always look for files in standard system
|
||||||
|
# directories (/usr/include, etc.)
|
||||||
|
noSysDirs ? (system != "x86_64-darwin" && system != "i686-darwin")
|
||||||
|
|
||||||
# More flags for the bootstrapping of stdenv.
|
# More flags for the bootstrapping of stdenv.
|
||||||
, noSysDirs ? true
|
|
||||||
, gccWithCC ? true
|
, gccWithCC ? true
|
||||||
, gccWithProfiling ? true
|
, gccWithProfiling ? true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user