diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-21 00:42:08 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-21 00:42:08 +0000 |
commit | e7d3e20912baa82965108997013710223152772c (patch) | |
tree | 02d4ed8e367319884582025cb1da2f4c45a05190 /sys/src/cmd/python/plan9.c | |
parent | 9adf75a7091c7bd2afefbeba62a2525d50df4404 (diff) |
remove keyboard stuff from other ports, make openssl and python compile on arm
Diffstat (limited to 'sys/src/cmd/python/plan9.c')
-rw-r--r-- | sys/src/cmd/python/plan9.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/src/cmd/python/plan9.c b/sys/src/cmd/python/plan9.c index a19392db4..94228077e 100644 --- a/sys/src/cmd/python/plan9.c +++ b/sys/src/cmd/python/plan9.c @@ -6,6 +6,8 @@ #if defined(T386) #define FPINVAL (1<<0) +#elif defined(Tarm) +#define FPINVAL (1<<16) #else Error define FPINVAL for your arch. grep /$cputype/include/u.h #endif |