summaryrefslogtreecommitdiff
path: root/strata/llvm-common/llvm.morph
blob: dca81043cf0d6e9b0f7e415d283dd66919f32a8b (plain)
1
2
3
4
5
6
7
8
9
10
11
name: llvm
kind: chunk
description: Low Level Virtual Machine
build-system: autotools
configure-commands:
- ./configure --prefix="$PREFIX" --sysconfdir=/etc
              --enable-shared
              --enable-targets=host
              --enable-optimized
              --disable-assertions
              --with-python=/usr/bin/python3