In message <11032008135776_20200...@antinode.info> on Sun, 20 Mar 2011 08:13:57 -0500 (CDT), "Steven M. Schweda" <s...@antinode.info> said:
sms> From: Richard Levitte <rich...@levitte.org> sms> sms> > Naah... this is only needed in makeapps.com, as far as I can tell, sms> > and it wouldn't be too hard to have a spot in the code simply try the sms> > following command: sms> > sms> > CC /POINTER_SIZE=64=ARGV NL: sms> > sms> > and see if that gives back a condition code from DCL (facility number sms> > 3) or the compiler (facility number something different ;-)). It's sms> > really just one or the other and is pretty easy to do. sms> sms> It depends on whether you want the user to be able to specify it or sms> have it selected automatically. I lean toward letting the user decide, sms> but anything which works is probably good enough. (we're still talking about the case when the user explicitely asks for 64 bit pointers, saying "64" to the build scripts, right?) Hmm, previously, we had a hard case with 64=ARGV when the user gave "64", no choice there... Now, the build script adapts to what's possible (just 64 or 64=ARGV), and so does openssl.c. I'd say that should be pretty good as a default, so as far as I see, the choice the user has is to turn off 64=ARGV on systems where it's available... or would you rather have 64 (without =ARGV) the default when the user says "64" to the build scripts? sms> "[.test]maketests.com", too? Ah, true, forgot about that one. Done. -- Richard Levitte rich...@levitte.org http://richard.levitte.org/ "Life is a tremendous celebration - and I'm invited!" -- from a friend's blog, translated from Swedish ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majord...@openssl.org