Displaying 2 results from an estimated 2 matches for "db9sdbyizqcfrw7n".
2007 Apr 02
0
[LLVMdev] Using LLVM as a crosscompiler
...t llvm-gcc don't. You must apply the
> patch:
> http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070319/046070.html
That doesn't apply anymore :(
regards,
Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFGEWPTMkyGM64RGpERAgzUAJoDlCPbR9t0U9S7BaC+db9SdByiZQCfRW7n
MyGmdIjq5lot9V1czd1eZcs=
=rT0C
-----END PGP SIGNATURE-----
2007 Apr 01
4
[LLVMdev] Using LLVM as a crosscompiler
Hi Koen,
The process to build llvm-gcc as a crosscompiler is basically the same
as build a normal gcc as crosscompiler. The differences: you need a
LLVM installed (compiled for the host). You must configure llvm-gcc
with --enable-llvm.
Problems:
- Today LLVM supports ARM/EABI, but llvm-gcc don't. You must apply the patch: