Clang: more options to build. Prepare to build Rust.

This commit is contained in:
Alexpux
2014-01-20 19:40:40 +04:00
parent c12530c155
commit fe0f7761cc
2 changed files with 5 additions and 5 deletions

View File

@@ -63,9 +63,9 @@ build() {
--build=${MINGW_CHOST} \
--host=${MINGW_CHOST} \
--with-sysroot=${MINGW_PREFIX} \
--enable-targets=x86,x86_64 \
--enable-targets=x86,x86_64,arm,mips \
--enable-optimized \
--disable-assertions \
--enable-assertions \
--disable-pthreads \
--with-python=/usr/bin/python2 \
--enable-libffi \

View File

@@ -4,7 +4,7 @@ _realname=clang
_mingw_suff=mingw-w64-${CARCH}
pkgname=("${_mingw_suff}-${_realname}" "${_mingw_suff}-clang-analyzer" "${_mingw_suff}-llvm") # "${_mingw_suff}-compiler-rt"
pkgver=3.4
pkgrel=3
pkgrel=4
pkgdesc="LC language family frontend for LLVM (mingw-w64)"
arch=('any')
url="http://llvm.org"
@@ -89,9 +89,9 @@ build() {
--build=${MINGW_CHOST} \
--host=${MINGW_CHOST} \
--with-sysroot=${MINGW_PREFIX} \
--enable-targets=x86,x86_64 \
--enable-targets=x86,x86_64,arm,mips \
--enable-optimized \
--disable-assertions \
--enable-assertions \
--disable-pthreads \
--with-python=/usr/bin/python2 \
--enable-libffi \