File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
contrib/gitian-descriptors Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4040# x86_64 Linux, No wallet
4141 - HOST=x86_64-unknown-linux-gnu PACKAGES="python3" DEP_OPTS="NO_WALLET=1" RUN_TESTS=true GOAL="install" BITCOIN_CONFIG="--enable-glibc-back-compat --enable-reduce-exports"
4242# Cross-Mac
43- - HOST=x86_64-apple-darwin11 PACKAGES="cmake imagemagick libcap-dev librsvg2-bin libz-dev libbz2-dev libtiff-tools python-dev python3-setuptools-git" BITCOIN_CONFIG="--enable-gui --enable-reduce-exports --enable-werror" OSX_SDK=10.11 GOAL="all deploy"
43+ - HOST=x86_64-apple-darwin14 PACKAGES="cmake imagemagick libcap-dev librsvg2-bin libz-dev libbz2-dev libtiff-tools python-dev python3-setuptools-git" BITCOIN_CONFIG="--enable-gui --enable-reduce-exports --enable-werror" OSX_SDK=10.11 GOAL="all deploy"
4444
4545before_install :
4646 - export PATH=$(echo $PATH | tr ':' "\n" | sed '/\/opt\/python/d' | tr "\n" ":" | sed "s|::|:|g")
Original file line number Diff line number Diff line change 3434- " MacOSX10.11.sdk.tar.gz"
3535script : |
3636 WRAP_DIR=$HOME/wrapped
37- HOSTS="x86_64-apple-darwin11 "
37+ HOSTS="x86_64-apple-darwin14 "
3838 CONFIGFLAGS="--enable-reduce-exports --disable-bench --disable-gui-tests GENISOIMAGE=$WRAP_DIR/genisoimage"
3939 FAKETIME_HOST_PROGS=""
4040 FAKETIME_PROGS="ar ranlib date dmg genisoimage"
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ install: check-packages $(host_prefix)/share/config.site
178178download-one : check-sources $(all_sources )
179179
180180download-osx :
181- @$(MAKE ) -s HOST=x86_64-apple-darwin11 download-one
181+ @$(MAKE ) -s HOST=x86_64-apple-darwin14 download-one
182182download-linux :
183183 @$(MAKE ) -s HOST=x86_64-unknown-linux-gnu download-one
184184download-win :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Common `host-platform-triplets` for cross compilation are:
2222
2323- ` i686-w64-mingw32 ` for Win32
2424- ` x86_64-w64-mingw32 ` for Win64
25- - ` x86_64-apple-darwin11 ` for macOS
25+ - ` x86_64-apple-darwin14 ` for macOS
2626- ` arm-linux-gnueabihf ` for Linux ARM 32 bit
2727- ` aarch64-linux-gnu ` for Linux ARM 64 bit
2828- ` riscv32-linux-gnu ` for Linux RISC-V 32 bit
Original file line number Diff line number Diff line change 1- OSX_MIN_VERSION =10.8
1+ OSX_MIN_VERSION =10.10
22OSX_SDK_VERSION =10.11
33OSX_SDK =$(SDK_PATH ) /MacOSX$(OSX_SDK_VERSION ) .sdk
44LD64_VERSION =253.9
You can’t perform that action at this time.
0 commit comments