Package Details: cctools 1010.6+g84ce22d-1

Git Clone URL: https://aur.archlinux.org/cctools.git (read-only, click to copy)
Package Base: cctools
Description: Apple cctools port for 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: None
Last Packager: micwoj92
Votes: 1
Popularity: 0.000000
First Submitted: 2017-01-02 04:35 (UTC)
Last Updated: 2024-10-20 01:40 (UTC)

Latest Comments

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.