mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-10 15:46:48 -04:00
depends: no-longer pass -B to clang in macOS cross-compile
This commit is contained in:
parent
f9994b025e
commit
9043f12425
1 changed files with 0 additions and 7 deletions
|
@ -33,11 +33,6 @@ darwin_STRIP=$(shell $(SHELL) $(.SHELLFLAGS) "command -v llvm-strip")
|
||||||
# Ensures that modern linker features are enabled. See here for more
|
# Ensures that modern linker features are enabled. See here for more
|
||||||
# details: https://github.com/bitcoin/bitcoin/pull/19407.
|
# details: https://github.com/bitcoin/bitcoin/pull/19407.
|
||||||
#
|
#
|
||||||
# -B$(build_prefix)/bin
|
|
||||||
#
|
|
||||||
# Explicitly point to our binaries so that they are
|
|
||||||
# ensured to be found and preferred over other possibilities.
|
|
||||||
#
|
|
||||||
# -isysroot$(OSX_SDK) -nostdlibinc
|
# -isysroot$(OSX_SDK) -nostdlibinc
|
||||||
#
|
#
|
||||||
# Disable default include paths built into the compiler as well as
|
# Disable default include paths built into the compiler as well as
|
||||||
|
@ -62,7 +57,6 @@ darwin_CC=env -u C_INCLUDE_PATH -u CPLUS_INCLUDE_PATH \
|
||||||
-u OBJC_INCLUDE_PATH -u OBJCPLUS_INCLUDE_PATH -u CPATH \
|
-u OBJC_INCLUDE_PATH -u OBJCPLUS_INCLUDE_PATH -u CPATH \
|
||||||
-u LIBRARY_PATH \
|
-u LIBRARY_PATH \
|
||||||
$(clang_prog) --target=$(host) \
|
$(clang_prog) --target=$(host) \
|
||||||
-B$(build_prefix)/bin \
|
|
||||||
-isysroot$(OSX_SDK) -nostdlibinc \
|
-isysroot$(OSX_SDK) -nostdlibinc \
|
||||||
-iwithsysroot/usr/include -iframeworkwithsysroot/System/Library/Frameworks
|
-iwithsysroot/usr/include -iframeworkwithsysroot/System/Library/Frameworks
|
||||||
|
|
||||||
|
@ -70,7 +64,6 @@ darwin_CXX=env -u C_INCLUDE_PATH -u CPLUS_INCLUDE_PATH \
|
||||||
-u OBJC_INCLUDE_PATH -u OBJCPLUS_INCLUDE_PATH -u CPATH \
|
-u OBJC_INCLUDE_PATH -u OBJCPLUS_INCLUDE_PATH -u CPATH \
|
||||||
-u LIBRARY_PATH \
|
-u LIBRARY_PATH \
|
||||||
$(clangxx_prog) --target=$(host) \
|
$(clangxx_prog) --target=$(host) \
|
||||||
-B$(build_prefix)/bin \
|
|
||||||
-isysroot$(OSX_SDK) -nostdlibinc \
|
-isysroot$(OSX_SDK) -nostdlibinc \
|
||||||
-iwithsysroot/usr/include/c++/v1 \
|
-iwithsysroot/usr/include/c++/v1 \
|
||||||
-iwithsysroot/usr/include -iframeworkwithsysroot/System/Library/Frameworks
|
-iwithsysroot/usr/include -iframeworkwithsysroot/System/Library/Frameworks
|
||||||
|
|
Loading…
Add table
Reference in a new issue