9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] ape under arm
@ 2012-02-07 16:27 Jeff Sickel
  2012-02-07 21:40 ` [9fans] new zlib (1.2.6) support &| build Jeff Sickel
  0 siblings, 1 reply; 8+ messages in thread
From: Jeff Sickel @ 2012-02-07 16:27 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Just a quick question for other users of ARM based machines:

Should the ape/lib/openssl be ignored for ARM, or is there a decent alternative for objtype=arm when trying to 
build it?  The current build fails as /sys/include/ape/openssl/opensslconf.h errors out with 'unknown objtype'.

Otherwise, I can get ape/lib/openssl to build (though not necessarily be viable) by the subtle change below:

term% cd /sys/include/ape/openssl
term% diffy opensslconf.h
85c85,86
< #if defined(PLAN9) && defined(T386)
---
> #if defined(PLAN9)
> #if defined(T386)
86a88,89
> #elif defined(Tarm)
> #define ARM_ONLY
89a93,94
> #endif
> 


This small change has made it a lot easier to populate my arm tree.




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-02-08  3:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-07 16:27 [9fans] ape under arm Jeff Sickel
2012-02-07 21:40 ` [9fans] new zlib (1.2.6) support &| build Jeff Sickel
2012-02-07 21:50   ` Jeff Sickel
2012-02-08  0:18     ` Jeff Sickel
2012-02-08  0:21       ` erik quanstrom
2012-02-08  2:48         ` Jeff Sickel
2012-02-08  2:52           ` Jeff Sickel
2012-02-08  3:50             ` Jeff Sickel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).