From fe0f7761cc46ded1925ce3c3a5c754de73ec9dc8 Mon Sep 17 00:00:00 2001 From: Alexpux Date: Mon, 20 Jan 2014 19:40:40 +0400 Subject: [PATCH] Clang: more options to build. Prepare to build Rust. --- mingw-w64-clang-svn/PKGBUILD | 4 ++-- mingw-w64-clang/PKGBUILD | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mingw-w64-clang-svn/PKGBUILD b/mingw-w64-clang-svn/PKGBUILD index 9caedb43b4..ef036714ca 100644 --- a/mingw-w64-clang-svn/PKGBUILD +++ b/mingw-w64-clang-svn/PKGBUILD @@ -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 \ diff --git a/mingw-w64-clang/PKGBUILD b/mingw-w64-clang/PKGBUILD index 7913686553..66800efcc7 100644 --- a/mingw-w64-clang/PKGBUILD +++ b/mingw-w64-clang/PKGBUILD @@ -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 \