Am 08.05.2011 07:04, schrieb Hamo:
> for ARM easily. If not, How could I add cross-compiler support to
> xcompile? I just read the code when we supported PPC and alpha, but It
> has changed a lot since then.
Maybe:
- Rename CC, AS, ... to I386_CC, I386_AS, ...

- Add support to check for other architectures (there's already a
comment "This should be a loop over all supported architectures",
storing that in ARM_CC, ARM_AS, ...

- Change Makefile to set:
CC:=$($(CONFIG_SOME_CONFIG_VARIABLE_WITH_ARCHITECTURE))_CC ...
depending on the chosen target hardware


Patrick

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to