Hi Venkat > How can i test "arch-gcc" cross-compiler binary instead of "gcc' > binary using GCC testsuite ?
You need to create a board file that tells DejaGnu how to find the compiler, how to link tests, how to execute them, etc. See /usr/share/dejagnu/baseboards for examples. > Do i need to change any configuration file in dejagnu for testing > that compiler? Yes. When you've created a yourboard.exp file, you then run the testsuite using: make RUNTESTFLAGS="--target_board yourboard.exp" check-gcc Write back if you have trouble writing a board definition. Cheers, Ben _______________________________________________ DejaGnu mailing list DejaGnu@gnu.org http://lists.gnu.org/mailman/listinfo/dejagnu