Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: SAITOH Masanobu <msaitoh@netbsd.org>
List: source-changes
Date: 02/26/2001 10:46:16
Module Name:	syssrc
Committed By:	msaitoh
Date:		Mon Feb 26 08:46:16 UTC 2001

Modified Files:
	syssrc/sys/arch/sh3/conf: build-sh3.eb build-sh3.el

Log Message:
add comment about $CPP

From source:

# XXX following definition is absolutely incorrect.
# Our cpp is not /usr/libexec/cpp but /usr/bin/cpp.
# True solution is:
#	1) copy /usr/bin/cpp into /usr/local/bin/sh-*-*-cpp
#	2) Edit CPP in sh-*-*-cpp correctly
#		(e.g. "CPP=`$CC -print-prog-name=cpp`").
#	3) Edit STDINCDIR in sh-*-*-cpp correctly
#		(e.g. STDINCDIR=/usr/local/sh-unknown-netbsdcoff/include)

# BROKEN
CPP=`$TARGET-gcc -print-prog-name=cpp`

# EXAMPLE
#CPP=/usr/local/bin/sh-unknown-netbsdcoff-cpp
#CPP=/usr/local/bin/sh-unknown-netbsdelf-cpp


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/arch/sh3/conf/build-sh3.eb \
    syssrc/sys/arch/sh3/conf/build-sh3.el

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