[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] Mixing binary code for different machine... is it ok?
Am Samstag, den 12.06.2010, 22:53 +0200 schrieb Vincent Rivière
<vincent.riviere@freesbee.fr>:
 
> MiKRO said that there is no big speed difference between code compiled
for 
> 68000 and 68020, except for the FPU. I don't think OpenSSL use the FPU.
> What makes OpenSSL for 68000 impossible to use ?
I meant: It's not possible to use it with an 68000 machine, at least
that's what 
I was reading in some newsgroup. They said it would take hours to
establish the
connection ;)
About the 68000 openssl version:
when I do 
objdump -af /usr/lib/libssl.a
it spits out:
architecture: m68k:68020, flags 0x00000000: 
To me this seems like an version for 68020. How should I interpret this
output? 
Greets,
m0n0