summaryrefslogtreecommitdiffstats
path: root/development/blocksruntime/README
blob: b81cb97384263ab90f134665660aebe616ebf9ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
This slackbuild provides a convenient way to install the BlocksRuntime
library from the compiler-rt project (see http://compiler-rt.llvm.org/).

Several systems (Linux, FreeBSD, MacPorts, etc.) provide the clang
compiler either preinstalled or as an available package which has
Blocks support (provided the -fblocks compiler option is used).

Unfortunately, those installer packages do not provide the Blocks
runtime library, since this is a non-standard extension by Apple to
Clang.

This SBo is inspired by the work of:
https://github.com/mackyle/blocksruntime/