/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:
parent
ff1d27b0aa
commit
9b19195ece
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34966
1 changed files with 1 additions and 1 deletions
|
@ -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__",
|
||||
|
|
Loading…
Reference in a new issue