> I'm trying to cross compile freetype for an embedded target, so I need
> to use
>       bfin-uclinux-gcc
> Instead of
>       gcc
> 
> In \builds\unix\unix-cc.mk I have :
> 
> CC           := bfin-uclinux-gcc

Have you read the documentation file `INSTALL.CROSS'?

> What else do I have to do to get it to cross compile?

It's necessary to pass the --build and --host option to `configure'.


    Werner


_______________________________________________
Freetype mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to