summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2016-05-18 20:40:49 -0700
committerMichael Forney <mforney@mforney.org>2016-05-18 20:40:49 -0700
commit2b324e3eac9221abbaca42fd84b747e75b1a38fc (patch)
tree1f4e10c5f1f1ea3824d33ea2c9868a2f348ae20c
parentace5dc7bec78220d84100f86a8b707b305af7ca8 (diff)
plan9port: Add PLAN9PORT and __Linux26__ definitions
-rw-r--r--core/plan9port/gen.rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/plan9port/gen.rc b/core/plan9port/gen.rc
index fe2f1543..1365aad6 100644
--- a/core/plan9port/gen.rc
+++ b/core/plan9port/gen.rc
@@ -1,4 +1,6 @@
cflags\
+ -D __Linux26__\
+ -D PLAN9PORT\
-I '$srcdir'/include\
-I '$srcdir'/src/cmd/rc\
-I '$srcdir'/src/lib9/fmt\