diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-10 18:15:20 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-10 18:15:20 +0000 |
commit | 9b19195ece5d5854b8686accbd095eb353f762f8 (patch) | |
tree | ab68a36ed3e6c72188f25d8a56ddc9b48bf484df /lang | |
parent | ff1d27b0aa5d18e5719f250b77385ed2e5f40034 (diff) | |
download | freebsd-ports-9b19195ece5d5854b8686accbd095eb353f762f8.zip |
/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>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/lcc/files/FreeBSD.c.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/lcc/files/FreeBSD.c.in b/lang/lcc/files/FreeBSD.c.in index c2ea78262d40..aefd9efca6a4 100644 --- a/lang/lcc/files/FreeBSD.c.in +++ b/lang/lcc/files/FreeBSD.c.in @@ -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__", |