Skip to content
This repository has been archived by the owner on Aug 29, 2021. It is now read-only.

Commit

Permalink
Merge branch 'bootstrap' into arm-targets
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyd2019 committed Feb 3, 2021
2 parents 12c945a + 9e190ca commit fb3c54a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mingw-w64-clang/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ arch=('any')
url="https://llvm.org/"
license=("custom:Apache 2.0 with LLVM Exception")
groups=("${MINGW_PACKAGE_PREFIX}-toolchain")
provides=("${MINGW_PACKAGE_PREFIX}-gcc")
makedepends=(
"cmake"
"tar"
Expand Down Expand Up @@ -335,6 +334,7 @@ package_clang() {
depends=("${MINGW_PACKAGE_PREFIX}-compiler-rt=${pkgver}-${pkgrel}"
"${MINGW_PACKAGE_PREFIX}-lld=${pkgver}-${pkgrel}"
"${MINGW_PACKAGE_PREFIX}-llvm=${pkgver}-${pkgrel}")
provides=("${MINGW_PACKAGE_PREFIX}-gcc")

cd "${srcdir}/clang"
${_make_cmd} -C ../build-${CARCH}/tools/clang DESTDIR="${pkgdir}" install
Expand Down Expand Up @@ -380,6 +380,7 @@ package_lld() {
pkgdesc="Linker tools for LLVM (mingw-w64)"
url="https://lld.llvm.org/"
depends=("${MINGW_PACKAGE_PREFIX}-llvm=${pkgver}-${pkgrel}")
provides=("${MINGW_PACKAGE_PREFIX}-binutils")

cd "${srcdir}/lld"
${_make_cmd} -C ../build-${CARCH}/tools/lld DESTDIR="${pkgdir}" install
Expand Down

0 comments on commit fb3c54a

Please sign in to comment.