Hey,

I have 2 files : foo.c and bar.c

when I cross compile, i want to compile foo.c with the host compiler and bar.c
with the current compiler

Is it possible if I pass values to --build and --host ?

for example:

./configure --build=i686-pc-linux-gnu --host=mingw

foo.c is compiled with mingw32-gcc (or whatever its name is)
bar.c is compiled with my usual gcc

thank you

Vincent Torri

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.



_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to