File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 79
79
80
80
All of our toolchains are built as cross-compilers (even when they are built to run on the same
81
81
architecture that they are targeting). We do this because it makes it possible to then install
82
- them anywhere like any other conda package. As a result, the buildin search path for the
82
+ them anywhere like any other conda package. As a result, the builtin search path for the
83
83
compilers only contains the sysroot they were built with. The compiler binary names are also
84
84
'prefixed' with more complete information about the architecture and :std:term: `ABI ` they target. So, instead
85
85
of ``gcc ``, the actual binary will be named something like ``x86_64-conda-linux-gnu-cc ``.
98
98
build with some of the flags supplied by conda-forge? What if you are building something that
99
99
is setup for cross-compiling and expects ``CC `` to contain the name of the target toolchain but
100
100
wants to be able to build some things for the build-host to use during the build by just calling
101
- ``gcc ``? You can filter out the
101
+ ``gcc ``?
102
102
103
103
The :ref: `compiler metapackages mentioned above <faq_compiler_metapkg >` also install packages that
104
104
create symlinks of the short names (like ``gcc ``) to the actual toolchain binary names (like
You can’t perform that action at this time.
0 commit comments