File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,6 @@ darwin_STRIP=$(shell $(SHELL) $(.SHELLFLAGS) "command -v llvm-strip")
33
33
# Ensures that modern linker features are enabled. See here for more
34
34
# details: https://github.com/bitcoin/bitcoin/pull/19407.
35
35
#
36
- # -B$(build_prefix)/bin
37
- #
38
- # Explicitly point to our binaries so that they are
39
- # ensured to be found and preferred over other possibilities.
40
- #
41
36
# -isysroot$(OSX_SDK) -nostdlibinc
42
37
#
43
38
# Disable default include paths built into the compiler as well as
@@ -62,15 +57,13 @@ darwin_CC=env -u C_INCLUDE_PATH -u CPLUS_INCLUDE_PATH \
62
57
-u OBJC_INCLUDE_PATH -u OBJCPLUS_INCLUDE_PATH -u CPATH \
63
58
-u LIBRARY_PATH \
64
59
$(clang_prog ) --target=$(host ) \
65
- -B$(build_prefix ) /bin \
66
60
-isysroot$(OSX_SDK ) -nostdlibinc \
67
61
-iwithsysroot/usr/include -iframeworkwithsysroot/System/Library/Frameworks
68
62
69
63
darwin_CXX =env -u C_INCLUDE_PATH -u CPLUS_INCLUDE_PATH \
70
64
-u OBJC_INCLUDE_PATH -u OBJCPLUS_INCLUDE_PATH -u CPATH \
71
65
-u LIBRARY_PATH \
72
66
$(clangxx_prog ) --target=$(host ) \
73
- -B$(build_prefix ) /bin \
74
67
-isysroot$(OSX_SDK ) -nostdlibinc \
75
68
-iwithsysroot/usr/include/c++/v1 \
76
69
-iwithsysroot/usr/include -iframeworkwithsysroot/System/Library/Frameworks
You can’t perform that action at this time.
0 commit comments