/usr/libexec/cpp is now a cpp designed for use by the compilers

(vs. userland) and has no need for (nor supports) the "-undef" flag.

PR:		20707
Submitted by:	Lyndon Nerenberg <lyndon@orthanc.ab.ca>
This commit is contained in:
David E. O'Brien 2000-11-10 18:15:20 +00:00
parent ff1d27b0aa
commit 9b19195ece
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34966

View file

@ -14,7 +14,7 @@ static char rcsid[] = "$FreeBSD$";
/* char *stock_cpp[] = { */
char *cpp[] = {
"/usr/libexec/cpp",
"-undef", "-nostdinc", "-lang-c", "-U__GNUC__",
"-nostdinc", "-lang-c", "-U__GNUC__",
"-D_POSIX_SOURCE", "-D__STDC__", "-D__STRICT_ANSI__",
"-Dunix", "-Di386", "-DFreeBSD",
"-D__unix__", "-D__i386__", "-D__FreeBSD__",