Subject: CVS commit: src/gnu/dist/gcc/gcc
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 11/18/2005 08:57:04
Module Name:	src
Committed By:	martin
Date:		Fri Nov 18 08:57:04 UTC 2005

Modified Files:
	src/gnu/dist/gcc/gcc: configure.in

Log Message:
As Richard Earnshaw put it: "with_cpu is a property of the target."
Reset it to the default (command line dependend) before each turn
of "config.gcc", so each invocation gets a clean state and only the
changes from the last round persist.

This fixes the build of a sparc toolchain on a sparc64 host.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/gnu/dist/gcc/gcc/configure.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.