summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/lcc/files/FreeBSD.c.in2
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__",