Subject: CVS commit: src/tools/gcc
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/10/2003 01:18:55
Module Name:	src
Committed By:	thorpej
Date:		Fri Oct 10 01:18:55 UTC 2003

Modified Files:
	src/tools/gcc: Makefile

Log Message:
Set EXTRA_PARTS to a null value, like we do with LIBGCC.  This prevents
the tool build from attempting to build the GCC crtstuff before the
target include files are installed.  PR toolchain/23112.

(Note: You would not see the bad behavior described in the PR unless
your .mk files were hacked to configure the toolchain target as
*-*-netbsd*2.0.)


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/tools/gcc/Makefile

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