has anyone built fennec with arm toolchain using windows host machine for
build.
I want host tools like nsinstall.exe, mkdepend.exe to be built for winodws
and fennec binaries to be built with the proprietary arm toolchain that I
have with me.
I want to know the exact place where I can specify the host toolchain and
target toolchain separately.
I tried following change in the autoconf.mk.in,
CC = arm toolchain
HOST_CC = cl.exe (windows compiler)
but this doesnt work.
Regards,
Vinod