Skip to content
Commit c1fb71b7 authored by Ross MacLeod's avatar Ross MacLeod Committed by John Ericson
Browse files

cc-wrapper: when cross building, wedge in setting AR, AS, and LD env vars to...

cc-wrapper: when cross building, wedge in setting AR, AS, and LD env vars to their cross building versions

I think it's ok to export things which aren't wrapped. The cc-wrapper
can be thought of as responsible for all of binutils and the c
compiler, only wrapping those binaries which are necessary to
interposition---as opposed to all binaries it thinks are relevaant.

Conversely, adding the setup hook to the unwrapped compilers would be
unforunate as hooks are ugly hacks and the compilers themselves take
a long time to rebuild. Better to wholely separate "pure packages" from
hacks.
parent e0492d58
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment