Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
rebuild gcc with fresh dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Nov 15, 2019
1 parent 966ef0f commit bb88b8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ environment:
PACMAN_REPOSITORY: mingw64
BINTRAY_PACKAGE: mingw64

matrix:
fast_finish: true
#matrix:
# fast_finish: true

build_script:
- rmdir /s /Q C:\OpenSSL-Win32 C:\OpenSSL-Win64
Expand Down
4 changes: 2 additions & 2 deletions mingw-w64-gcc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=8.3.0
_srcver=8.3.0
#_srcver=8.3.0-RC-20190215
pkgrel=9301
pkgrel=9500
pkgdesc="GCC for the MinGW-w64"
arch=('any')
url="https://gcc.gnu.org"
Expand Down Expand Up @@ -187,7 +187,7 @@ build() {
--with-system-zlib \
--with-{gmp,mpfr,mpc,isl}=${MINGW_PREFIX} \
--with-pkgversion="Built by Jeroen for the R-project" \
--with-bugurl="https://cran.r-project.org/bin/windows/Rtools" \
--with-bugurl="https://github.com/r-windows" \
--with-gnu-as --with-gnu-ld \
${_conf}

Expand Down

0 comments on commit bb88b8a

Please sign in to comment.