Skip to content

Commit 2625984

Browse files
committedNov 14, 2024··
d7cb92a merge bitcoin#28783: remove `-bind_at_load` usage (Kittywhiskers Van Gogh) 019c9dd partial bitcoin#25612: default to using GCC tool wrappers for LTO (with GCC) (Kittywhiskers Van Gogh) 9e0b935 partial bitcoin#24866: No longer need to hack the `PATH` variable in `config.site` (Kittywhiskers Van Gogh) 5dbc83b merge bitcoin#28630: update `LD64_VERSION` to 711 (Kittywhiskers Van Gogh) b265352 merge bitcoin#28422: cctools 986, ld64 711 & libtapi 1300.0.6.5 (Kittywhiskers Van Gogh) fe94154 merge bitcoin#28337: use Clang 15 for macOS cross-compilation (Kittywhiskers Van Gogh) ba28141 ci: add missing `xorriso` `PACKAGES` entry in macOS environment (Kittywhiskers Van Gogh) 62b0213 merge bitcoin#27999: add macOS test for fixup_chains usage (Kittywhiskers Van Gogh) be17509 merge bitcoin#27676: Bump minimum required runtime version and prepare for building with upstream LLVM (Kittywhiskers Van Gogh) 9f5d4b3 merge bitcoin#27798: modernize clang flags for Darwin (Kittywhiskers Van Gogh) 54c538d merge bitcoin#26578: install binutils, not binutils-gold in depends (Kittywhiskers Van Gogh) d0aae2b merge bitcoin#26059: revert "Build depends/qt with our platform definition" (Kittywhiskers Van Gogh) 9d1cd62 merge bitcoin#25917: libnatpmp 07004b97cf691774efebe70404cf22201e4d330d (Kittywhiskers Van Gogh) fff0f6b merge bitcoin#25838: Use `mkspecs/bitcoin-linux-g++` for all Linux hosts (Kittywhiskers Van Gogh) 8d51bcc merge bitcoin#22380: add and use C_STANDARD and CXX_STANDARD in depends (Kittywhiskers Van Gogh) Pull request description: ## Additional Information * Dependent on #6383 * Dependency for #6385 * [bitcoin#24866](bitcoin#24866) is partial because f3af4f7 alters the way `dsymutil`'s location is reported, which is relevant due to the build target `osx_debug` ([source](https://github.com/dashpay/dash/blob/3aa51d651597ecbdc3a0f16eb8bad39b5d4c1612/src/Makefile.am#L1025-L1026)) using `dsymutil` to generate flat dSYM bundles to ensure that stacktraces work as expected (introduced in [dash#3006](1807c47#diff-4cb884d03ebb901069e4ee5de5d02538c40dd9b39919c615d8eaa9d364bbbd77R668-R669)) As-is, with the changes, aberrant behaviour is noticeable when running `configure` (see below), where `depends` defines `DSYMUTIL` as being included in the target directory of the `native_clang` package... despite Guix builds using `FORCE_USE_SYSTEM_CLANG` ([source](https://github.com/dashpay/dash/blame/3aa51d651597ecbdc3a0f16eb8bad39b5d4c1612/contrib/guix/libexec/build.sh#L206)), meaning, the `native_clang` is never staged in `depends` because the build environment natively has it. Attempting to override it in `build.sh` yielded no results. <details> <summary>Run:</summary> ``` [...] checking whether dsymutil needs -flat... ./configure: line 36201: /dash/depends/x86_64-apple-darwin/native/bin/x86_64-apple-darwin-dsymutil: No such file or directory no checking that generated files are newer than configure... done [...] ``` </details> Which eventually results in the build failing <details> <summary>Failure:</summary> ``` make: Entering directory '/distsrc-base/distsrc-22.0.0-beta.1-79-gb284e4c7cd48-x86_64-apple-darwin/src' for i in dashd dash-cli dash-tx dash-wallet test/test_dash qt/dash-qt ; do mkdir -p $i.dSYM/Contents/Resources/DWARF && /dash/depends/x86_64-apple-darwin/native/bin/x86_64-apple-darwin-dsymutil -o $i.dSYM/Contents/Resources/DWARF/$(basename $i) $i &> /dev/null ; done make: *** [Makefile:22468: osx_debug] Error 127 make: Leaving directory '/distsrc-base/distsrc-22.0.0-beta.1-79-gb284e4c7cd48-x86_64-apple-darwin/src' ``` </details> To avoid breakage, the commit overriding `DSYMUTIL` and subsequent changes building on it (portions of [bitcoin#25612](bitcoin#25612)) have been skipped. ## Breaking Changes * The minimum runtime version needed to run Dash Qt is now macOS 11 (Big Sur) ## Checklist - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas **(note: N/A)** - [x] I have added or updated relevant unit/integration/functional/e2e tests - [x] I have made corresponding changes to the documentation - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ ACKs for top commit: UdjinM6: utACK d7cb92a Tree-SHA512: 28c9ea13adc80a00b501afca286bd0b97e14a272bb50f578df7ab1af6ee8139f563bc5d670f0bfe3632bfab769c8228a76b5bcc51cfb727a54e31ac0f9af7a97
2 parents c44ae90 + d7cb92a commit 2625984

35 files changed

+176
-133
lines changed
 

‎.cirrus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ task:
154154
FILE_ENV: "./ci/test/00_setup_env_native_nowallet.sh"
155155

156156
task:
157-
name: 'macOS 10.12 [gui, no tests] [jammy]'
157+
name: 'macOS 11.0 [gui, no tests] [jammy]'
158158
<< : *GLOBAL_TASK_TEMPLATE
159159
container:
160160
image: ubuntu:jammy

‎Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ $(OSX_DMG): deploydir
130130
$(XORRISOFS) -D -l -V "$(OSX_VOLNAME)" -no-pad -r -dir-mode 0755 -o $@ $(APP_DIST_DIR) -- $(if $(SOURCE_DATE_EPOCH),-volume_date all_file_dates =$(SOURCE_DATE_EPOCH))
131131

132132
$(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/Dash-Qt: $(OSX_APP_BUILT) $(OSX_PACKAGING)
133-
INSTALLNAMETOOL=$(INSTALLNAMETOOL) OTOOL=$(OTOOL) STRIP=$(STRIP) $(PYTHON) $(OSX_DEPLOY_SCRIPT) $(OSX_APP) $(OSX_VOLNAME) -translations-dir=$(QT_TRANSLATION_DIR)
133+
INSTALL_NAME_TOOL=$(INSTALL_NAME_TOOL) OTOOL=$(OTOOL) STRIP=$(STRIP) $(PYTHON) $(OSX_DEPLOY_SCRIPT) $(OSX_APP) $(OSX_VOLNAME) -translations-dir=$(QT_TRANSLATION_DIR)
134134

135135
deploydir: $(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/Dash-Qt
136136
endif !BUILD_DARWIN

‎ci/test/00_setup_env_mac.sh

+5-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@ export LC_ALL=C.UTF-8
88

99
export CONTAINER_NAME=ci_macos_cross
1010
export HOST=x86_64-apple-darwin
11-
export PACKAGES="cmake libz-dev libtinfo5 python3-setuptools"
11+
export PACKAGES="cmake libz-dev python3-setuptools xorriso"
1212
export XCODE_VERSION=12.2
1313
export XCODE_BUILD_ID=12B45b
1414
export RUN_UNIT_TESTS=false
1515
export RUN_FUNCTIONAL_TESTS=false
1616
export GOAL="all deploy"
17-
export BITCOIN_CONFIG="--with-gui --enable-reduce-exports --disable-miner --with-boost-process"
17+
18+
# False-positive warning is fixed with clang 17, remove this when that version
19+
# can be used.
20+
export BITCOIN_CONFIG="--with-gui --enable-reduce-exports --disable-miner --with-boost-process LDFLAGS=-Wno-error=unused-command-line-argument"

‎configure.ac

+13-2
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ case $host in
843843
;;
844844
*)
845845
AC_PATH_TOOL([DSYMUTIL], [dsymutil], dsymutil)
846-
AC_PATH_TOOL([INSTALLNAMETOOL], [install_name_tool], install_name_tool)
846+
AC_PATH_TOOL([INSTALL_NAME_TOOL], [install_name_tool], install_name_tool)
847847
AC_PATH_TOOL([OTOOL], [otool], otool)
848848
AC_PATH_PROGS([XORRISOFS], [xorrisofs], xorrisofs)
849849

@@ -1047,7 +1047,7 @@ dnl "ad_strip" as the symbol for the entry point.
10471047
if test x$TARGET_OS = xdarwin; then
10481048
AX_CHECK_LINK_FLAG([[-Wl,-dead_strip]], [LDFLAGS="$LDFLAGS -Wl,-dead_strip"],, [[$LDFLAG_WERROR]])
10491049
AX_CHECK_LINK_FLAG([[-Wl,-dead_strip_dylibs]], [LDFLAGS="$LDFLAGS -Wl,-dead_strip_dylibs"],, [[$LDFLAG_WERROR]])
1050-
AX_CHECK_LINK_FLAG([[-Wl,-bind_at_load]], [HARDENED_LDFLAGS="$HARDENED_LDFLAGS -Wl,-bind_at_load"],, [[$LDFLAG_WERROR]])
1050+
AX_CHECK_LINK_FLAG([[-Wl,-fixup_chains]], [HARDENED_LDFLAGS="$HARDENED_LDFLAGS -Wl,-fixup_chains"], [], [[$LDFLAG_WERROR]])
10511051
fi
10521052

10531053
AC_CHECK_HEADERS([endian.h sys/endian.h byteswap.h stdio.h stdlib.h unistd.h strings.h sys/types.h sys/stat.h sys/select.h sys/prctl.h sys/sysctl.h vm/vm_param.h sys/vmmeter.h sys/resources.h])
@@ -1955,6 +1955,17 @@ case ${OS} in
19551955
;;
19561956
esac
19571957

1958+
dnl An old hack similar to a98356fee to remove hard-coded
1959+
dnl bind_at_load flag from libtool
1960+
case $host in
1961+
*darwin*)
1962+
AC_MSG_RESULT([Removing -Wl,bind_at_load from libtool.])
1963+
sed < libtool > libtool-2 '/bind_at_load/d'
1964+
mv libtool-2 libtool
1965+
chmod 755 libtool
1966+
;;
1967+
esac
1968+
19581969
echo
19591970
echo "Options used to compile and link:"
19601971
echo " boost process = $with_boost_process"

‎contrib/devtools/security-check.py

+4-5
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,11 @@ def check_MACHO_NOUNDEFS(binary) -> bool:
158158
'''
159159
return binary.header.has(lief.MachO.HEADER_FLAGS.NOUNDEFS)
160160

161-
def check_MACHO_LAZY_BINDINGS(binary) -> bool:
161+
def check_MACHO_FIXUP_CHAINS(binary) -> bool:
162162
'''
163-
Check for no lazy bindings.
164-
We don't use or check for MH_BINDATLOAD. See #18295.
163+
Check for use of chained fixups.
165164
'''
166-
return binary.dyld_info.lazy_bind == (0,0)
165+
return binary.has_dyld_chained_fixups
167166

168167
def check_MACHO_Canary(binary) -> bool:
169168
'''
@@ -214,8 +213,8 @@ def check_MACHO_control_flow(binary) -> bool:
214213

215214
BASE_MACHO = [
216215
('NOUNDEFS', check_MACHO_NOUNDEFS),
217-
('LAZY_BINDINGS', check_MACHO_LAZY_BINDINGS),
218216
('Canary', check_MACHO_Canary),
217+
('FIXUP_CHAINS', check_MACHO_FIXUP_CHAINS),
219218
]
220219

221220
CHECKS = {

‎contrib/devtools/symbol-check.py

+7-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def check_MACHO_libraries(binary) -> bool:
242242
return ok
243243

244244
def check_MACHO_min_os(binary) -> bool:
245-
if binary.build_version.minos == [10,15,0]:
245+
if binary.build_version.minos == [11,0,0]:
246246
return True
247247
return False
248248

@@ -251,6 +251,11 @@ def check_MACHO_sdk(binary) -> bool:
251251
return True
252252
return False
253253

254+
def check_MACHO_ld64(binary) -> bool:
255+
if binary.build_version.tools[0].version == [711, 0, 0]:
256+
return True
257+
return False
258+
254259
def check_PE_libraries(binary) -> bool:
255260
ok: bool = True
256261
for dylib in binary.libraries:
@@ -290,6 +295,7 @@ def check_ELF_ABI(binary) -> bool:
290295
('DYNAMIC_LIBRARIES', check_MACHO_libraries),
291296
('MIN_OS', check_MACHO_min_os),
292297
('SDK', check_MACHO_sdk),
298+
('LD64', check_MACHO_ld64),
293299
],
294300
lief.EXE_FORMATS.PE: [
295301
('DYNAMIC_LIBRARIES', check_PE_libraries),

‎contrib/devtools/test-security-check.py

+20-18
Original file line numberDiff line numberDiff line change
@@ -119,29 +119,31 @@ def test_MACHO(self):
119119
arch = get_arch(cc, source, executable)
120120

121121
if arch == lief.ARCHITECTURES.X86:
122-
self.assertEqual(call_security_check(cc, source, executable, ['-Wl,-no_pie','-Wl,-flat_namespace','-Wl,-allow_stack_execute','-fno-stack-protector']),
123-
(1, executable+': failed NOUNDEFS LAZY_BINDINGS Canary PIE NX CONTROL_FLOW'))
124-
self.assertEqual(call_security_check(cc, source, executable, ['-Wl,-no_pie','-Wl,-flat_namespace','-Wl,-allow_stack_execute','-fstack-protector-all']),
125-
(1, executable+': failed NOUNDEFS LAZY_BINDINGS PIE NX CONTROL_FLOW'))
126-
self.assertEqual(call_security_check(cc, source, executable, ['-Wl,-no_pie','-Wl,-flat_namespace','-fstack-protector-all']),
127-
(1, executable+': failed NOUNDEFS LAZY_BINDINGS PIE CONTROL_FLOW'))
128-
self.assertEqual(call_security_check(cc, source, executable, ['-Wl,-no_pie','-fstack-protector-all']),
129-
(1, executable+': failed LAZY_BINDINGS PIE CONTROL_FLOW'))
130-
self.assertEqual(call_security_check(cc, source, executable, ['-Wl,-no_pie','-Wl,-bind_at_load','-fstack-protector-all']),
122+
self.assertEqual(call_security_check(cc, source, executable, ['-Wl,-no_pie','-Wl,-flat_namespace','-Wl,-allow_stack_execute','-fno-stack-protector', '-Wl,-no_fixup_chains']),
123+
(1, executable+': failed NOUNDEFS Canary FIXUP_CHAINS PIE NX CONTROL_FLOW'))
124+
self.assertEqual(call_security_check(cc, source, executable, ['-Wl,-no_pie','-Wl,-flat_namespace','-Wl,-allow_stack_execute','-fno-stack-protector', '-Wl,-fixup_chains']),
125+
(1, executable+': failed NOUNDEFS Canary PIE NX CONTROL_FLOW'))
126+
self.assertEqual(call_security_check(cc, source, executable, ['-Wl,-no_pie','-Wl,-flat_namespace','-Wl,-allow_stack_execute','-fstack-protector-all', '-Wl,-fixup_chains']),
127+
(1, executable+': failed NOUNDEFS PIE NX CONTROL_FLOW'))
128+
self.assertEqual(call_security_check(cc, source, executable, ['-Wl,-no_pie','-Wl,-flat_namespace','-fstack-protector-all', '-Wl,-fixup_chains']),
129+
(1, executable+': failed NOUNDEFS PIE CONTROL_FLOW'))
130+
self.assertEqual(call_security_check(cc, source, executable, ['-Wl,-no_pie','-fstack-protector-all', '-Wl,-fixup_chains']),
131131
(1, executable+': failed PIE CONTROL_FLOW'))
132-
self.assertEqual(call_security_check(cc, source, executable, ['-Wl,-no_pie','-Wl,-bind_at_load','-fstack-protector-all', '-fcf-protection=full']),
132+
self.assertEqual(call_security_check(cc, source, executable, ['-Wl,-no_pie','-fstack-protector-all', '-Wl,-fixup_chains']),
133+
(1, executable+': failed PIE CONTROL_FLOW'))
134+
self.assertEqual(call_security_check(cc, source, executable, ['-Wl,-no_pie','-fstack-protector-all', '-fcf-protection=full', '-Wl,-fixup_chains']),
133135
(1, executable+': failed PIE'))
134-
self.assertEqual(call_security_check(cc, source, executable, ['-Wl,-pie','-Wl,-bind_at_load','-fstack-protector-all', '-fcf-protection=full']),
136+
self.assertEqual(call_security_check(cc, source, executable, ['-Wl,-pie','-fstack-protector-all', '-fcf-protection=full', '-Wl,-fixup_chains']),
135137
(0, ''))
136138
else:
137139
# arm64 darwin doesn't support non-PIE binaries, control flow or executable stacks
138-
self.assertEqual(call_security_check(cc, source, executable, ['-Wl,-flat_namespace','-fno-stack-protector']),
139-
(1, executable+': failed NOUNDEFS LAZY_BINDINGS Canary'))
140-
self.assertEqual(call_security_check(cc, source, executable, ['-Wl,-flat_namespace','-fstack-protector-all']),
141-
(1, executable+': failed NOUNDEFS LAZY_BINDINGS'))
142-
self.assertEqual(call_security_check(cc, source, executable, ['-fstack-protector-all']),
143-
(1, executable+': failed LAZY_BINDINGS'))
144-
self.assertEqual(call_security_check(cc, source, executable, ['-Wl,-bind_at_load','-fstack-protector-all']),
140+
self.assertEqual(call_security_check(cc, source, executable, ['-Wl,-flat_namespace','-fno-stack-protector', '-Wl,-no_fixup_chains']),
141+
(1, executable+': failed NOUNDEFS Canary FIXUP_CHAINS'))
142+
self.assertEqual(call_security_check(cc, source, executable, ['-Wl,-flat_namespace','-fno-stack-protector', '-Wl,-fixup_chains']),
143+
(1, executable+': failed NOUNDEFS Canary'))
144+
self.assertEqual(call_security_check(cc, source, executable, ['-Wl,-flat_namespace','-fstack-protector-all', '-Wl,-fixup_chains']),
145+
(1, executable+': failed NOUNDEFS'))
146+
self.assertEqual(call_security_check(cc, source, executable, ['-fstack-protector-all', '-Wl,-fixup_chains']),
145147
(0, ''))
146148

147149

‎contrib/devtools/test-symbol-check.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def test_MACHO(self):
121121
}
122122
''')
123123

124-
self.assertEqual(call_symbol_check(cc, source, executable, ['-Wl,-platform_version','-Wl,macos', '-Wl,10.15', '-Wl,11.4']),
124+
self.assertEqual(call_symbol_check(cc, source, executable, ['-Wl,-platform_version','-Wl,macos', '-Wl,11.0', '-Wl,11.4']),
125125
(1, f'{executable}: failed SDK'))
126126

127127
def test_PE(self):

‎contrib/guix/libexec/build.sh

-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ make -C depends --jobs="$JOBS" HOST="$HOST" \
202202
x86_64_linux_RANLIB=x86_64-linux-gnu-gcc-ranlib \
203203
x86_64_linux_NM=x86_64-linux-gnu-gcc-nm \
204204
x86_64_linux_STRIP=x86_64-linux-gnu-strip \
205-
qt_config_opts_x86_64_linux='-platform linux-g++ -xplatform bitcoin-linux-g++' \
206205
FORCE_USE_SYSTEM_CLANG=1
207206

208207

‎contrib/guix/manifest.scm

+1-1
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ inspecting signatures in Mach-O binaries.")
609609
(list ;; Native GCC 11 toolchain
610610
gcc-toolchain-11
611611
binutils
612-
clang-toolchain-10
612+
clang-toolchain-15
613613
python-signapple
614614
xorriso))
615615
(else '())))))

‎contrib/macdeploy/macdeployqtplus

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def getFrameworks(binaryPath: str, verbose: int) -> List[FrameworkInfo]:
211211
return libraries
212212

213213
def runInstallNameTool(action: str, *args):
214-
installnametoolbin=os.getenv("INSTALLNAMETOOL", "install_name_tool")
214+
installnametoolbin=os.getenv("INSTALL_NAME_TOOL", "install_name_tool")
215215
run([installnametoolbin, "-"+action] + list(args), check=True)
216216

217217
def changeInstallName(oldName: str, newName: str, binaryPath: str, verbose: int):

‎depends/Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ MULTIPROCESS ?=
4545
LTO ?=
4646
FALLBACK_DOWNLOAD_PATH ?= http://dash-depends-sources.s3-website-us-west-2.amazonaws.com
4747

48+
C_STANDARD ?= c11
49+
CXX_STANDARD ?= c++17
50+
4851
BUILD = $(shell ./config.guess)
4952
HOST ?= $(BUILD)
5053
PATCHES_PATH = $(BASEDIR)/patches
@@ -223,6 +226,8 @@ $(host_prefix)/share/config.site : config.site.in $(host_prefix)/.stamp_$(final_
223226
-e 's|@RANLIB@|$(host_RANLIB)|' \
224227
-e 's|@NM@|$(host_NM)|' \
225228
-e 's|@STRIP@|$(host_STRIP)|' \
229+
-e 's|@OTOOL@|$(host_OTOOL)|' \
230+
-e 's|@INSTALL_NAME_TOOL@|$(host_INSTALL_NAME_TOOL)|' \
226231
-e 's|@build_os@|$(build_os)|' \
227232
-e 's|@host_os@|$(host_os)|' \
228233
-e 's|@CFLAGS@|$(strip $(host_CFLAGS) $(host_$(release_type)_CFLAGS))|' \

‎depends/README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The paths are automatically configured and no other options are needed unless ta
4747

4848
#### For macOS cross compilation
4949

50-
sudo apt-get install curl bsdmainutils cmake libz-dev python3-setuptools libtinfo5 xorriso
50+
sudo apt-get install curl bsdmainutils cmake libz-dev python3-setuptools xorriso
5151

5252
Note: You must obtain the macOS SDK before proceeding with a cross-compile.
5353
Under the depends directory, create a subdirectory named `SDKs`.
@@ -62,7 +62,7 @@ For more information, see [SDK Extraction](../contrib/macdeploy/README.md#sdk-ex
6262

6363
Common linux dependencies:
6464

65-
sudo apt-get install make automake curl g++-multilib libtool binutils-gold bsdmainutils pkg-config python3 patch bison
65+
sudo apt-get install make automake curl g++-multilib libtool binutils bsdmainutils pkg-config python3 patch bison
6666

6767
For linux ARM cross compilation:
6868

@@ -103,6 +103,8 @@ The following can be set when running make: `make FOO=bar`
103103
- `BASE_CACHE`: Built packages will be placed here
104104
- `SDK_PATH`: Path where SDKs can be found (used by macOS)
105105
- `FALLBACK_DOWNLOAD_PATH`: If a source file can't be fetched, try here before giving up
106+
- `C_STANDARD`: Set the C standard version used. Defaults to `c11`.
107+
- `CXX_STANDARD`: Set the C++ standard version used. Defaults to `c++17`.
106108
- `NO_QT`: Don't download/build/cache Qt and its dependencies
107109
- `NO_QR`: Don't download/build/cache packages needed for enabling qrencode
108110
- `NO_ZMQ`: Don't download/build/cache packages needed for enabling ZeroMQ

‎depends/builders/default.mk

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ default_build_TAR = tar
55
default_build_RANLIB = ranlib
66
default_build_STRIP = strip
77
default_build_NM = nm
8-
default_build_OTOOL = otool
9-
default_build_INSTALL_NAME_TOOL = install_name_tool
108

119
define add_build_tool_func
1210
build_$(build_os)_$1 ?= $$(default_build_$1)

‎depends/config.site.in

+17
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,23 @@ if test -n "@NM@"; then
119119
ac_cv_path_ac_pt_NM="${NM}"
120120
fi
121121

122+
if test -n "@STRIP@"; then
123+
STRIP="@STRIP@"
124+
ac_cv_path_ac_pt_STRIP="${STRIP}"
125+
fi
126+
127+
if test "@host_os@" = darwin; then
128+
if test -n "@OTOOL@"; then
129+
OTOOL="@OTOOL@"
130+
ac_cv_path_ac_pt_OTOOL="${OTOOL}"
131+
fi
132+
133+
if test -n "@INSTALL_NAME_TOOL@"; then
134+
INSTALL_NAME_TOOL="@INSTALL_NAME_TOOL@"
135+
ac_cv_path_ac_pt_INSTALL_NAME_TOOL="${INSTALL_NAME_TOOL}"
136+
fi
137+
fi
138+
122139
if test -n "@debug@"; then
123140
enable_reduce_exports=no
124141
fi

‎depends/hosts/android.mk

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ android_CXX=$(ANDROID_TOOLCHAIN_BIN)/$(HOST)$(ANDROID_API_LEVEL)-clang++
66
android_CC=$(ANDROID_TOOLCHAIN_BIN)/$(HOST)$(ANDROID_API_LEVEL)-clang
77
endif
88

9+
android_CFLAGS=-std=$(C_STANDARD)
10+
android_CXXFLAGS=-std=$(CXX_STANDARD)
11+
912
ifneq ($(LTO),)
1013
android_CFLAGS += -flto
1114
android_LDFLAGS += -flto

‎depends/hosts/darwin.mk

+18-40
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
OSX_MIN_VERSION=10.15
1+
OSX_MIN_VERSION=11.0
22
OSX_SDK_VERSION=11.0
33
XCODE_VERSION=12.2
44
XCODE_BUILD_ID=12B45b
5-
LD64_VERSION=609
5+
LD64_VERSION=711
66

77
OSX_SDK=$(SDK_PATH)/Xcode-$(XCODE_VERSION)-$(XCODE_BUILD_ID)-extracted-SDK-with-libcxx-headers
88

@@ -19,7 +19,6 @@ clang_prog=$(build_prefix)/bin/clang
1919
clangxx_prog=$(clang_prog)++
2020
llvm_config_prog=$(build_prefix)/bin/llvm-config
2121

22-
clang_resource_dir=$(build_prefix)/lib/clang/$(native_clang_version)
2322
else
2423
# FORCE_USE_SYSTEM_CLANG is non-empty, so we use the clang from the user's
2524
# system
@@ -37,7 +36,6 @@ clang_prog=$(shell $(SHELL) $(.SHELLFLAGS) "command -v clang")
3736
clangxx_prog=$(shell $(SHELL) $(.SHELLFLAGS) "command -v clang++")
3837
llvm_config_prog=$(shell $(SHELL) $(.SHELLFLAGS) "command -v llvm-config")
3938

40-
clang_resource_dir=$(shell clang -print-resource-dir)
4139
llvm_lib_dir=$(shell $(llvm_config_prog) --libdir)
4240
endif
4341

@@ -63,63 +61,43 @@ $(foreach TOOL,$(cctools_TOOLS),$(eval darwin_$(TOOL) = $$(build_prefix)/bin/$$(
6361
# Explicitly point to our binaries (e.g. cctools) so that they are
6462
# ensured to be found and preferred over other possibilities.
6563
#
66-
# -stdlib++-isystem$(OSX_SDK)/usr/include/c++/v1
64+
# -isysroot$(OSX_SDK) -nostdlibinc
6765
#
68-
# Forces clang to use the libc++ headers from our SDK and completely
69-
# forget about the libc++ headers from the standard directories
66+
# Disable default include paths built into the compiler as well as
67+
# those normally included for libc and libc++. The only path that
68+
# remains implicitly is the clang resource dir.
7069
#
71-
# -Xclang -*system<path_a> \
72-
# -Xclang -*system<path_b> \
73-
# -Xclang -*system<path_c> ...
70+
# -iwithsysroot / -iframeworkwithsysroot
7471
#
75-
# Adds path_a, path_b, and path_c to the bottom of clang's list of
76-
# include search paths. This is used to explicitly specify the list of
77-
# system include search paths and its ordering, rather than rely on
78-
# clang's autodetection routine. This routine has been shown to:
79-
# 1. Fail to pickup libc++ headers in $SYSROOT/usr/include/c++/v1
80-
# when clang was built manually (see: https://github.com/bitcoin/bitcoin/pull/17919#issuecomment-656785034)
81-
# 2. Fail to pickup C headers in $SYSROOT/usr/include when
82-
# C_INCLUDE_DIRS was specified at configure time (see: https://gist.github.com/dongcarl/5cdc6990b7599e8a5bf6d2a9c70e82f9)
83-
#
84-
# Talking directly to cc1 with -Xclang here grants us access to specify
85-
# more granular categories for these system include search paths, and we
86-
# can use the correct categories that these search paths would have been
87-
# placed in if the autodetection routine had worked correctly. (see:
88-
# https://gist.github.com/dongcarl/5cdc6990b7599e8a5bf6d2a9c70e82f9#the-treatment)
89-
#
90-
# Furthermore, it places these search paths after any "non-Xclang"
91-
# specified search paths. This prevents any additional clang options or
92-
# environment variables from coming after or in between these system
93-
# include search paths, as that would be wrong in general but would also
94-
# break #include_next's.
72+
# Adds the desired paths from the SDK
9573
#
74+
9675
darwin_CC=env -u C_INCLUDE_PATH -u CPLUS_INCLUDE_PATH \
9776
-u OBJC_INCLUDE_PATH -u OBJCPLUS_INCLUDE_PATH -u CPATH \
9877
-u LIBRARY_PATH \
9978
$(clang_prog) --target=$(host) -mmacosx-version-min=$(OSX_MIN_VERSION) \
10079
-B$(build_prefix)/bin -mlinker-version=$(LD64_VERSION) \
101-
-isysroot$(OSX_SDK) \
102-
-Xclang -internal-externc-isystem -Xclang $(clang_resource_dir)/include \
103-
-Xclang -internal-externc-isystem -Xclang $(OSX_SDK)/usr/include
80+
-isysroot$(OSX_SDK) -nostdlibinc \
81+
-iwithsysroot/usr/include -iframeworkwithsysroot/System/Library/Frameworks
82+
10483
darwin_CXX=env -u C_INCLUDE_PATH -u CPLUS_INCLUDE_PATH \
10584
-u OBJC_INCLUDE_PATH -u OBJCPLUS_INCLUDE_PATH -u CPATH \
10685
-u LIBRARY_PATH \
10786
$(clangxx_prog) --target=$(host) -mmacosx-version-min=$(OSX_MIN_VERSION) \
10887
-B$(build_prefix)/bin -mlinker-version=$(LD64_VERSION) \
109-
-isysroot$(OSX_SDK) \
110-
-stdlib++-isystem$(OSX_SDK)/usr/include/c++/v1 \
111-
-Xclang -internal-externc-isystem -Xclang $(clang_resource_dir)/include \
112-
-Xclang -internal-externc-isystem -Xclang $(OSX_SDK)/usr/include
88+
-isysroot$(OSX_SDK) -nostdlibinc \
89+
-iwithsysroot/usr/include/c++/v1 \
90+
-iwithsysroot/usr/include -iframeworkwithsysroot/System/Library/Frameworks
11391

114-
darwin_CFLAGS=-pipe
92+
darwin_CFLAGS=-pipe -std=$(C_STANDARD)
93+
darwin_CXXFLAGS=-pipe -std=$(CXX_STANDARD)
11594

11695
ifneq ($(LTO),)
11796
darwin_CFLAGS += -flto
97+
darwin_CXXFLAGS += -flto
11898
darwin_LDFLAGS += -flto
11999
endif
120100

121-
darwin_CXXFLAGS=$(darwin_CFLAGS)
122-
123101
darwin_release_CFLAGS=-O2
124102
darwin_release_CXXFLAGS=$(darwin_release_CFLAGS)
125103

‎depends/hosts/default.mk

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ default_host_AR = $(host_toolchain)ar
88
default_host_RANLIB = $(host_toolchain)ranlib
99
default_host_STRIP = $(host_toolchain)strip
1010
default_host_LIBTOOL = $(host_toolchain)libtool
11-
default_host_INSTALL_NAME_TOOL = $(host_toolchain)install_name_tool
12-
default_host_OTOOL = $(host_toolchain)otool
1311
default_host_NM = $(host_toolchain)nm
12+
default_host_OBJCOPY = $(host_toolchain)objcopy
1413

1514
define add_host_tool_func
1615
ifneq ($(filter $(origin $1),undefined default),)
@@ -40,5 +39,5 @@ host_$1 = $$($(host_arch)_$(host_os)_$1)
4039
host_$(release_type)_$1 = $$($(host_arch)_$(host_os)_$(release_type)_$1)
4140
endef
4241

43-
$(foreach tool,CC CXX AR RANLIB STRIP NM LIBTOOL OTOOL INSTALL_NAME_TOOL,$(eval $(call add_host_tool_func,$(tool))))
42+
$(foreach tool,CC CXX AR RANLIB STRIP LIBTOOL NM OBJCOPY OTOOL INSTALL_NAME_TOOL,$(eval $(call add_host_tool_func,$(tool))))
4443
$(foreach flags,CFLAGS CXXFLAGS CPPFLAGS LDFLAGS, $(eval $(call add_host_flags_func,$(flags))))

‎depends/hosts/freebsd.mk

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
freebsd_CFLAGS=-pipe
1+
freebsd_CFLAGS=-pipe -std=$(C_STANDARD)
2+
freebsd_CXXFLAGS=-pipe -std=$(CXX_STANDARD)
23

34
ifneq ($(LTO),)
45
freebsd_CFLAGS += -flto
6+
freebsd_CXXFLAGS += -flto
57
freebsd_LDFLAGS += -flto
68
endif
79

8-
freebsd_CXXFLAGS=$(freebsd_CFLAGS)
9-
1010
freebsd_release_CFLAGS=-O2
1111
freebsd_release_CXXFLAGS=$(freebsd_release_CFLAGS)
1212

‎depends/hosts/linux.mk

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
linux_CFLAGS=-pipe
1+
linux_CFLAGS=-pipe -std=$(C_STANDARD)
2+
linux_CXXFLAGS=-pipe -std=$(CXX_STANDARD)
23

34
ifneq ($(LTO),)
45
linux_CFLAGS += -flto
6+
linux_CXXFLAGS += -flto
57
linux_LDFLAGS += -flto
6-
endif
78

8-
linux_CXXFLAGS=$(linux_CFLAGS)
9+
linux_AR = $(host_toolchain)gcc-ar
10+
linux_NM = $(host_toolchain)gcc-nm
11+
linux_RANLIB = $(host_toolchain)gcc-ranlib
12+
endif
913

1014
linux_release_CFLAGS=-O2
1115
linux_release_CXXFLAGS=$(linux_release_CFLAGS)

‎depends/hosts/mingw32.mk

+7-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@ ifneq ($(shell $(SHELL) $(.SHELLFLAGS) "command -v $(host)-g++-posix"),)
22
mingw32_CXX := $(host)-g++-posix
33
endif
44

5-
mingw32_CFLAGS=-pipe
5+
mingw32_CFLAGS=-pipe -std=$(C_STANDARD)
6+
mingw32_CXXFLAGS=-pipe -std=$(CXX_STANDARD)
67

78
ifneq ($(LTO),)
89
mingw32_CFLAGS += -flto
10+
mingw32_CXXFLAGS += -flto
911
mingw32_LDFLAGS += -flto
10-
endif
1112

12-
mingw32_CXXFLAGS=$(mingw32_CFLAGS)
13+
mingw32_AR = $(host_toolchain)gcc-ar
14+
mingw32_NM = $(host_toolchain)gcc-nm
15+
mingw32_RANLIB = $(host_toolchain)gcc-ranlib
16+
endif
1317

1418
mingw32_release_CFLAGS=-O2
1519
mingw32_release_CXXFLAGS=$(mingw32_release_CFLAGS)

‎depends/hosts/netbsd.mk

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
netbsd_CFLAGS=-pipe
1+
netbsd_CFLAGS=-pipe -std=$(C_STANDARD)
2+
netbsd_CXXFLAGS=-pipe -std=$(CXX_STANDARD)
23

34
ifneq ($(LTO),)
45
netbsd_CFLAGS += -flto
6+
netbsd_CXXFLAGS += -flto
57
netbsd_LDFLAGS += -flto
8+
9+
netbsd_AR = $(host_toolchain)gcc-ar
10+
netbsd_NM = $(host_toolchain)gcc-nm
11+
netbsd_RANLIB = $(host_toolchain)gcc-ranlib
612
endif
713

814
netbsd_CXXFLAGS=$(netbsd_CFLAGS)

‎depends/hosts/openbsd.mk

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
openbsd_CFLAGS=-pipe
2-
openbsd_CXXFLAGS=$(openbsd_CFLAGS)
1+
openbsd_CFLAGS=-pipe -std=$(C_STANDARD)
2+
openbsd_CXXFLAGS=-pipe -std=$(CXX_STANDARD)
33

44
ifneq ($(LTO),)
55
openbsd_CFLAGS += -flto
6+
openbsd_CXXFLAGS += -flto
67
openbsd_LDFLAGS += -flto
78
endif
89

‎depends/packages/bdb.mk

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ define $(package)_set_vars
1010
$(package)_config_opts=--disable-shared --enable-cxx --disable-replication --enable-option-checking
1111
$(package)_config_opts_mingw32=--enable-mingw
1212
$(package)_cflags+=-Wno-error=implicit-function-declaration -Wno-error=format-security -Wno-error=implicit-int
13-
$(package)_cxxflags+=-std=c++17
1413
$(package)_cppflags_freebsd=-D_XOPEN_SOURCE=600 -D__BSD_VISIBLE=1
1514
$(package)_cppflags_netbsd=-D_XOPEN_SOURCE=600
1615
$(package)_cppflags_mingw32=-DUNICODE -D_UNICODE

‎depends/packages/libnatpmp.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package=libnatpmp
2-
$(package)_version=4536032ae32268a45c073a4d5e91bbab4534773a
2+
$(package)_version=07004b97cf691774efebe70404cf22201e4d330d
33
$(package)_download_path=https://github.com/miniupnp/libnatpmp/archive
44
$(package)_file_name=$($(package)_version).tar.gz
5-
$(package)_sha256_hash=543b460aab26acf91e11d15e17d8798f845304199eea2d76c2f444ec749c5383
5+
$(package)_sha256_hash=9321953ceb39d07c25463e266e50d0ae7b64676bb3a986d932b18881ed94f1fb
66

77
define $(package)_set_vars
88
$(package)_build_opts=CC="$($(package)_cc)"

‎depends/packages/native_cctools.mk

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package=native_cctools
2-
$(package)_version=2ef2e931cf641547eb8a68cfebde61003587c9fd
2+
$(package)_version=c74fafe86076713cb8e6f937af43b6df6da1f42d
33
$(package)_download_path=https://github.com/tpoechtrager/cctools-port/archive
44
$(package)_file_name=$($(package)_version).tar.gz
5-
$(package)_sha256_hash=6b73269efdf5c58a070e7357b66ee760501388549d6a12b423723f45888b074b
5+
$(package)_sha256_hash=e2c1588d505a69c32e079f4e616e0f117d5478429040e394f624f43f2796e6bc
66
$(package)_build_subdir=cctools
77
$(package)_dependencies=native_libtapi
88

@@ -17,13 +17,9 @@ endef
1717
ifneq ($(strip $(FORCE_USE_SYSTEM_CLANG)),)
1818
define $(package)_preprocess_cmds
1919
mkdir -p $($(package)_staging_prefix_dir)/lib && \
20-
cp $(llvm_lib_dir)/libLTO.so $($(package)_staging_prefix_dir)/lib/ && \
21-
cp -f $(BASEDIR)/config.guess $(BASEDIR)/config.sub cctools
20+
cp $(llvm_lib_dir)/libLTO.so $($(package)_staging_prefix_dir)/lib/
2221
endef
2322
else
24-
define $(package)_preprocess_cmds
25-
cp -f $(BASEDIR)/config.guess $(BASEDIR)/config.sub cctools
26-
endef
2723
endif
2824

2925
define $(package)_config_cmds

‎depends/packages/native_clang.mk

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
package=native_clang
2-
$(package)_version=10.0.1
2+
$(package)_version=15.0.6
33
$(package)_download_path=https://github.com/llvm/llvm-project/releases/download/llvmorg-$($(package)_version)
44
ifneq (,$(findstring aarch64,$(BUILD)))
55
$(package)_file_name=clang+llvm-$($(package)_version)-aarch64-linux-gnu.tar.xz
6-
$(package)_sha256_hash=90dc69a4758ca15cd0ffa45d07fbf5bf4309d47d2c7745a9f0735ecffde9c31f
6+
$(package)_sha256_hash=8ca4d68cf103da8331ca3f35fe23d940c1b78fb7f0d4763c1c059e352f5d1bec
77
else
8-
$(package)_file_name=clang+llvm-$($(package)_version)-x86_64-linux-gnu-ubuntu-16.04.tar.xz
9-
$(package)_sha256_hash=48b83ef827ac2c213d5b64f5ad7ed082c8bcb712b46644e0dc5045c6f462c231
8+
$(package)_file_name=clang+llvm-$($(package)_version)-x86_64-linux-gnu-ubuntu-18.04.tar.xz
9+
$(package)_sha256_hash=38bc7f5563642e73e69ac5626724e206d6d539fbef653541b34cae0ba9c3f036
1010
endif
1111

1212
define $(package)_stage_cmds

‎depends/packages/native_libtapi.mk

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
package=native_libtapi
2-
$(package)_version=664b8414f89612f2dfd35a9b679c345aa5389026
2+
$(package)_version=eb33a59f2e30ff9724dc1ea8bee8b5229b0557c9
33
$(package)_download_path=https://github.com/tpoechtrager/apple-libtapi/archive
44
$(package)_file_name=$($(package)_version).tar.gz
5-
$(package)_sha256_hash=62e419c12d1c9fad67cc1cd523132bc00db050998337c734c15bc8d73cc02b61
5+
$(package)_sha256_hash=d4d46c64622f13d6938cecf989046d9561011bb59e8ee835f8f39825d67f578f
6+
$(package)_patches=disable_zlib.patch
67

78
ifeq ($(strip $(FORCE_USE_SYSTEM_CLANG)),)
89
$(package)_dependencies=native_clang
910
endif
1011

12+
define $(package)_preprocess_cmds
13+
patch -p1 < $($(package)_patch_dir)/disable_zlib.patch
14+
endef
15+
1116
define $(package)_build_cmds
1217
CC=$(clang_prog) CXX=$(clangxx_prog) INSTALLPREFIX=$($(package)_staging_prefix_dir) ./build.sh
1318
endef

‎depends/packages/qt.mk

+9-19
Original file line numberDiff line numberDiff line change
@@ -160,18 +160,10 @@ $(package)_config_opts_linux += -dbus-runtime
160160
ifneq ($(LTO),)
161161
$(package)_config_opts_linux += -ltcg
162162
endif
163-
$(package)_config_opts_arm_linux += -platform linux-g++ -xplatform bitcoin-linux-g++
164-
$(package)_config_opts_i686_linux = -xplatform linux-g++-32
163+
$(package)_config_opts_linux += -platform linux-g++ -xplatform bitcoin-linux-g++
165164
ifneq (,$(findstring -stdlib=libc++,$($(1)_cxx)))
166165
$(package)_config_opts_x86_64_linux = -xplatform linux-clang-libc++
167-
else
168-
$(package)_config_opts_x86_64_linux = -xplatform linux-g++-64
169166
endif
170-
$(package)_config_opts_aarch64_linux = -xplatform linux-aarch64-gnu-g++
171-
$(package)_config_opts_powerpc64_linux = -platform linux-g++ -xplatform bitcoin-linux-g++
172-
$(package)_config_opts_powerpc64le_linux = -platform linux-g++ -xplatform bitcoin-linux-g++
173-
$(package)_config_opts_riscv64_linux = -platform linux-g++ -xplatform bitcoin-linux-g++
174-
$(package)_config_opts_s390x_linux = -platform linux-g++ -xplatform bitcoin-linux-g++
175167

176168
$(package)_config_opts_mingw32 = -no-opengl
177169
$(package)_config_opts_mingw32 += -no-dbus
@@ -236,18 +228,11 @@ endef
236228
# 2. Create a macOS-Clang-Linux mkspec using our mac-qmake.conf.
237229
#
238230
# 3. After making a copy of the mkspec for the linux-arm-gnueabi host, named
239-
# bitcoin-linux-g++, replace instances of linux-arm-gnueabi with $(host). This
240-
# way we can generically support hosts like riscv64-linux-gnu, which Qt doesn't
241-
# ship a mkspec for. See it's usage in config_opts_* above.
231+
# bitcoin-linux-g++, replace tool names with $($($(package)_type)_TOOL).
242232
#
243233
# 4. Put our C, CXX and LD FLAGS into gcc-base.conf. Only used for non-host builds.
244234
#
245-
# 5. Do similar for the win32-g++ mkspec.
246-
#
247-
# 6. In clang.conf, swap out clang & clang++, for our compiler + flags. See #17466.
248-
#
249-
# 7. Adjust a regex in toolchain.prf, to accommodate Guix's usage of
250-
# CROSS_LIBRARY_PATH. See #15277.
235+
# 5. In clang.conf, swap out clang & clang++, for our compiler + flags. See #17466.
251236
define $(package)_preprocess_cmds
252237
cp $($(package)_patch_dir)/qt.pro qt.pro && \
253238
cp $($(package)_patch_dir)/qttools_src.pro qttools/src/src.pro && \
@@ -270,7 +255,12 @@ define $(package)_preprocess_cmds
270255
cp -f qtbase/mkspecs/macx-clang/qplatformdefs.h qtbase/mkspecs/macx-clang-linux/ &&\
271256
cp -f $($(package)_patch_dir)/mac-qmake.conf qtbase/mkspecs/macx-clang-linux/qmake.conf && \
272257
cp -r qtbase/mkspecs/linux-arm-gnueabi-g++ qtbase/mkspecs/bitcoin-linux-g++ && \
273-
sed -i.old "s/arm-linux-gnueabi-/$(host)-/g" qtbase/mkspecs/bitcoin-linux-g++/qmake.conf && \
258+
sed -i.old "s|arm-linux-gnueabi-gcc|$($($(package)_type)_CC)|" qtbase/mkspecs/bitcoin-linux-g++/qmake.conf && \
259+
sed -i.old "s|arm-linux-gnueabi-g++|$($($(package)_type)_CXX)|" qtbase/mkspecs/bitcoin-linux-g++/qmake.conf && \
260+
sed -i.old "s|arm-linux-gnueabi-ar|$($($(package)_type)_AR)|" qtbase/mkspecs/bitcoin-linux-g++/qmake.conf && \
261+
sed -i.old "s|arm-linux-gnueabi-objcopy|$($($(package)_type)_OBJCOPY)|" qtbase/mkspecs/bitcoin-linux-g++/qmake.conf && \
262+
sed -i.old "s|arm-linux-gnueabi-nm|$($($(package)_type)_NM)|" qtbase/mkspecs/bitcoin-linux-g++/qmake.conf && \
263+
sed -i.old "s|arm-linux-gnueabi-strip|$($($(package)_type)_STRIP)|" qtbase/mkspecs/bitcoin-linux-g++/qmake.conf && \
274264
echo "!host_build: QMAKE_CFLAGS += $($(package)_cflags) $($(package)_cppflags)" >> qtbase/mkspecs/common/gcc-base.conf && \
275265
echo "!host_build: QMAKE_CXXFLAGS += $($(package)_cxxflags) $($(package)_cppflags)" >> qtbase/mkspecs/common/gcc-base.conf && \
276266
echo "!host_build: QMAKE_LFLAGS += $($(package)_ldflags)" >> qtbase/mkspecs/common/gcc-base.conf && \

‎depends/packages/zeromq.mk

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ define $(package)_set_vars
2222
$(package)_cxxflags += -ffile-prefix-map=$($(package)_extract_dir)=/usr
2323
$(package)_config_opts_mingw32 += -DZMQ_WIN32_WINNT=0x0601 -DZMQ_HAVE_IPC=OFF
2424
$(package)_config_opts_mingw32 += -DCMAKE_RC_COMPILER=x86_64-w64-mingw32-windres
25-
$(package)_cxxflags+=-std=c++17
2625
endef
2726

2827
define $(package)_preprocess_cmds
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
build: disable zlib
2+
3+
This isn't needed, and causes issues when clang-tblgen
4+
is built, but trys to reach for a system libz.so.
5+
6+
diff --git a/build.sh b/build.sh
7+
index e25d2f732..ec8422621 100755
8+
--- a/build.sh
9+
+++ b/build.sh
10+
@@ -66,6 +66,7 @@ cmake ../src/llvm \
11+
-DCMAKE_INSTALL_PREFIX=$INSTALLPREFIX \
12+
-DTAPI_REPOSITORY_STRING=$TAPI_VERSION \
13+
-DTAPI_FULL_VERSION=$TAPI_VERSION \
14+
+ -DLLVM_ENABLE_ZLIB=OFF \
15+
$CMAKE_EXTRA_ARGS
16+
17+
echo ""

‎depends/patches/qt/guix_cross_lib_path.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ See discussion in https://github.com/bitcoin/bitcoin/pull/15277.
44

55
--- a/qtbase/mkspecs/features/toolchain.prf
66
+++ b/qtbase/mkspecs/features/toolchain.prf
7-
@@ -231,8 +231,8 @@ isEmpty($${target_prefix}.INCDIRS) {
7+
@@ -236,8 +236,8 @@ isEmpty($${target_prefix}.INCDIRS) {
88
add_libraries = false
99
for (line, output) {
1010
line ~= s/^[ \\t]*// # remove leading spaces

‎depends/patches/qt/mac-qmake.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ QMAKE_MAC_SDK.macosx.SDKVersion = $${MAC_SDK_VERSION}
1515
QMAKE_MAC_SDK.macosx.PlatformPath = /phony
1616
!host_build: QMAKE_CFLAGS += -target $${MAC_TARGET}
1717
!host_build: QMAKE_OBJECTIVE_CFLAGS += $$QMAKE_CFLAGS
18-
!host_build: QMAKE_CXXFLAGS += $$QMAKE_CFLAGS
18+
!host_build: QMAKE_CXXFLAGS += -target $${MAC_TARGET}
1919
!host_build: QMAKE_LFLAGS += -target $${MAC_TARGET}
2020
QMAKE_AR = $${CROSS_COMPILE}ar cq
2121
QMAKE_RANLIB=$${CROSS_COMPILE}ranlib

‎doc/dependencies.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ These are the dependencies currently used by Dash Core. You can find instruction
1414
| glibc | | [2.31](https://www.gnu.org/software/libc/) | | | | |
1515
| HarfBuzz-NG | | | | | [Yes](https://github.com/dashpay/dash/blob/develop/depends/packages/qt.mk) |
1616
| libevent | [2.1.12-stable](https://github.com/libevent/libevent/releases) | [2.0.21](https://github.com/bitcoin/bitcoin/pull/18676) | No | | |
17-
| libnatpmp | git commit [4536032...](https://github.com/miniupnp/libnatpmp/tree/4536032ae32268a45c073a4d5e91bbab4534773a) | | No | | |
17+
| libnatpmp | git commit [07004b9...](https://github.com/miniupnp/libnatpmp/tree/07004b97cf691774efebe70404cf22201e4d330d) | | No | | |
1818
| libpng | | | | | [Yes](https://github.com/dashpay/dash/blob/develop/depends/packages/qt.mk) |
1919
| Linux Kernel | [N/A](https://www.kernel.org/) | 3.2.0 | | | |
2020
| MiniUPnPc | [2.2.2](https://miniupnp.tuxfamily.org/files) | | No | | |

‎share/qt/Info.plist.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="0.9">
44
<dict>
55
<key>LSMinimumSystemVersion</key>
6-
<string>10.15.0</string>
6+
<string>11</string>
77

88
<key>LSArchitecturePriority</key>
99
<array>

0 commit comments

Comments
 (0)
Please sign in to comment.