Clang: more options to build. Prepare to build Rust.
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user