From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timothy Wall To: gdb@sources.redhat.com, "References: <3BDD63C0.FA2CE158@oculustech.com>" <3BDD819A.4010603@cygnus.com> Subject: Re: Using a compiler for testsuite that's not GCC? Date: Mon, 29 Oct 2001 20:04:00 -0000 Message-id: <3BDE26CC.E9A0F12F@oculustech.com> X-SW-Source: 2001-10/msg00259.html I think I've found a reasonable solution. Some things are easy enough to modify (cflags, mathlib), but I ended up having to write my own {target}_compile function which swaps out the unwanted args, replacing them if possible. I pretty much had to do a rewrite of the default_target_compile function in dejagnu/lib/target.exp since the compiler I'm using has a really heinous command-line configuration that hearkens back to the DOS days. T.