ports/opt (3.2): llvm: use gcc for compilation
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
15 May
2016
15 May
'16
6:17 p.m.
commit 1ab96738662bb264ba5c6513bc6745575669b864 Author: Thomas Penteker <tek@serverop.de> Date: Sun May 15 20:00:18 2016 +0200 llvm: use gcc for compilation This fixes building llvm-32 after a bump of llvm (and thus clang breaking until a rebuild). diff --git a/llvm/Pkgfile b/llvm/Pkgfile index 655b090..1184d87 100644 --- a/llvm/Pkgfile +++ b/llvm/Pkgfile @@ -11,6 +11,9 @@ source=(http://llvm.org/releases/$version/$name-$version.src.tar.xz \ config.h llvm-config.h) build() { + export CC=gcc + export CXX=g++ + cd $name-$version.src mkdir build
3190
Age (days ago)
3190
Last active (days ago)
0 comments
1 participants
participants (1)
-
crux@crux.nu