> Note, configure options should be either --with- or --enable- prefixed. > Plus, it is probably better to use configuration triplets there.
Do you mean smth like this: configure --build=x86 --host=x86 --target=x86,mic,ptx Then "make" should build 3 gcc: x86 native and crosses for mic and ptx. -- Best regards, Andrey Turetskiy