summaryrefslogtreecommitdiff
path: root/strata/compilers-extra/compiler-rt.morph
blob: a1c9085bab33a00cd6c31ecf3a21a50f2e0e38a0 (plain)
1
2
3
4
5
6
7
8
9
10
name: compiler-rt
kind: chunk
build-system: cmake
configure-commands:
- mkdir o
- cd o && cmake -DCMAKE_INSTALL_PREFIX="$PREFIX" -DCMAKE_BUILD_TYPE=Release ..
build-commands:
- cd o && make
install-commands:
- cd o && make DESTDIR="$DESTDIR" install