Hi, noam_a schrieb:
Hi all, please please help i'm trying to use dejagnu runtest for testing gdb, but i want to use another compiler than the default one (gcc). i tried alot of ways (runtest CC=armcc tool gdb etc....) but it seems that always it take the default one. please, is there anyone know how i can change it???
After you configured and build GDB using "make" you can just do a "make check" and it will run the testsuite with the default settings (the GDB you just build, default compiler, ...) This way you can give Dejagnu another compiler: make RUNTESTFLAGS="CC_FOR_TARGET=/path/to/compiler" check If you want to know more about what is dejagnu doing, add one or more "-v " to RUNTESTFLAGS. -- Markus Deuling GNU Toolchain for Linux on Cell BE [EMAIL PROTECTED] _______________________________________________ DejaGnu mailing list DejaGnu@gnu.org http://lists.gnu.org/mailman/listinfo/dejagnu