cctools: fix triple for the assembler

This was breaking `boost155` and would probably break anything else that
calls `as` with no explicit architecture.
This commit is contained in:
Dan Peebles 2016-10-16 20:46:36 -04:00
parent b91d64463f
commit ead2424981

View File

@ -22,6 +22,9 @@ let
patches = [
./ld-rpath-nonfinal.patch ./ld-ignore-rpath-link.patch
] ++ stdenv.lib.optionals stdenv.isDarwin [
# See https://github.com/tpoechtrager/cctools-port/issues/24. Remove when that's fixed.
./undo-unknown-triple.patch
];
enableParallelBuilding = true;