Subject: CVS commit: src/gnu/dist/gcc4/gcc
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 05/24/2006 20:52:15
Module Name:	src
Committed By:	mrg
Date:		Wed May 24 20:52:15 UTC 2006

Modified Files:
	src/gnu/dist/gcc4/gcc: gcc.c

Log Message:
in the NETBSD_NATIVE case, don't set a default GCC_EXEC_PREFIX.  just add
standard_libexec_prefix to the exec_prefixes for "GCC".  this avoids a
"-iprefix /usr/bin/../libexec/" being passed to cc1* and those searching
in /usr/bin/../libexec/include{,bits/,g++} for headers.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/gnu/dist/gcc4/gcc/gcc.c

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