Package Details: cctools 1030.6.3+ge5dfc56-1

Git Clone URL: https://aur.archlinux.org/cctools.git (read-only, click to copy)
Package Base: cctools
Description: Apple's cross-compiling toolchain ported to Linux
Upstream URL: https://github.com/tpoechtrager/cctools-port
Keywords: binutils
Licenses: APSL-2.0
Conflicts: x86_64-apple-darwin-binutils
Provides: x86_64-apple-darwin-binutils
Submitter: Schala
Maintainer: lekker
Last Packager: lekker
Votes: 2
Popularity: 0.46
First Submitted: 2017-01-02 04:35 (UTC)
Last Updated: 2025-10-30 17:05 (UTC)

Latest Comments

lekker commented on 2025-10-24 15:16 (UTC)

it seems vscode likes to push it's own code 😁 shall be fixed soon

micwoj92 commented on 2025-10-23 23:10 (UTC)

You did not address what I mentioned in latest comment. There are duplicated steps inside build().
Also why are you using Schala name as commiter? This was original uploader of this pkgbuild.

micwoj92 commented on 2025-10-23 05:58 (UTC)

It seems like you messed up some copy+paste: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=cctools#n41

lekker commented on 2025-10-23 01:25 (UTC)

@micwoj92 my fault, ive been trying to write this pkgbuild the right way for hours :.)

nevertheless should be out shortly

micwoj92 commented on 2025-10-22 06:14 (UTC)

Needs util-linux-libs in deps.

dongcarl commented on 2019-10-08 16:59 (UTC)

Thank you randomize46!

randomize46 commented on 2017-01-25 08:44 (UTC)

If anyone has problem building this with clang 3.9 - failing on error: redeclaration of 'compile_time_assert_failed' with a different type: just patch InternalMacros.h file to use new C++ satic_assert #define COMPILE_TIME_ASSERT( expr ) \ static_assert( (expr) ); Its already fixed in upstream, so you may also use latest git snapshot instead.