On Thu, 11 Jun 2009 09:00:21 -0400, "Carter Browne"
<cbro...@cbcs-usa.com> said:
> I'm not a perl monger either.  I just changed the Linux-elf entry to
> -march=x or -mtune=x for the more recent versions of gcc.  That worked
> without any problems for me.

That was my first thought.  If you saw my response to Kyle fly past, my
first run used:

# linux-elf is close, but we need -march=i386 instead of -m486
cp Configure{,.backup} &&
sed '/^"linux-elf"/s/486/386/' Configure.backup > Configure &&
rm -f Configure.backup &&
(./Configure 386 linux-elf --prefix=/usr --openssldir=/etc/ssl shared \
  2>&1 | tee log.conf && exit $PIPESTATUS) &&

Which is pretty much just what you did.  Couple new messages waiting
I haven't seen yet that might have THE answer, but my current thought
is running Configure for linux-pentium, then making a patch file I can
diddle for the Makefile, and running a find to see what ELSE Configure
changed.  I'm guessing I can't use those hand-tweaked assembler files
for 586/686.  At least this gives me something to DO.
-- 
Paul Rogers
paulgrog...@fastmail.fm
http://www.xprt.net/~pgrogers/
Rogers' Second Law: "Everything you do communicates."
(I do not personally endorse any additions after this line. TANSTAAFL :-)

        

-- 
http://www.fastmail.fm - A fast, anti-spam email service.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to