This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [v3] testsuite bits for crosses w/ sid
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Subject: Re: [v3] testsuite bits for crosses w/ sid
- From: Gabriel Dos Reis <Gabriel dot Dos-Reis at cmla dot ens-cachan dot fr>
- Date: 18 May 2001 07:44:34 +0200
- Cc: gcc-patches at gcc dot gnu dot org
- Organization: CMLA, ENS Cachan -- CNRS UMR 8536 (France)
- References: <200105180533.f4I5Xqo20220@fillmore.constant.com>
Benjamin Kosnik <bkoz@redhat.com> writes:
| ! set output_file "./[file rootname [file tail $prog]]"
| }
| "run" {
| set compile_type "executable"
| # FIXME: "./" is to cope with "." not being in $PATH.
| # Should this be handled elsewhere?
| # YES.
| ! set output_file "./[file rootname [file tail $prog]]"
| # This is the only place where we care if an executable was
| # created or not. If it was, dg.exp will try to run it.
| remote_file build delete $output_file;
Benjamin,
Did you get my message WRT to the extension issue?
-- Gaby