gcc-4.8: Add ObjC and ObjC++ support for Darwin.

Cross-compiling stuff against Mac OS X's CoreFoundation won't work
without ObjC support, and we don't want to compile commandline utilities
only, right?

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2014-03-10 21:41:56 +01:00
parent 46e90f76c6
commit a9ef42f33c
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -352,6 +352,7 @@ stdenv.mkDerivation ({
++ optional langAda "ada"
++ optional langVhdl "vhdl"
++ optional langGo "go"
++ optionals crossDarwin [ "objc" "obj-c++" ]
)
)
}