On Mon, 3 Mar 2008, Hans-Peter Nilsson wrote:
> cutnpasting commands from the dejagnu .log files don't work;
> there's some environment variable (more than just
> GCC_EXEC_PREFIX, AFAICT).

Wrong; I just missed the terminating / as in
env GCC_EXEC_PREFIX=/home/hp/crisprefix/lib/gcc/
(Should be dumped in the various .logs; film at 11.)

>  And some testsuites (forgot, maybe it
> was libgomp?) need to be adjusted too.

and libmudflap and all other testsuites using the just-built
gcc.  Hm.

Maybe we should, in the toplevel Makefile, set e.g.
 'GCC_FOR_TARGET=env GCC_EXEC_PREFIX=/home/hp/crisprefix/lib/gcc/ 
$real_gcc_for_target'
?

brgds, H-P

Reply via email to