Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: help for OpenSSL update needed
On 2016/10/13 3:16, S.P.Zeidler wrote:
# Some .S files in arch/sparc* are generated but not used. Is this OK?
That's mostly me being a completionist. Makes working on checking if they
have an advantage and activating them if yes at a later date easier.
OK, I understand. I agree with your strategy.
If you don't use an ASM method it should fall back to C and that should
always work, just be a bit slower, and most of the ASM in sparc only kicks
in if MACHINE is sparc64.
Ah, I've realized the situation at last (I'm newbie to sparc). I checked two
cases of MACHINE == MACHINE_ARCH == sparc{,64}, but we also have to test yet
another case of MACHINE_ARCH == sparc && MACHINE == sparc64. Yes, I will do
it later (-current is broken at the moment, due to import errors of gdb.old).
Thanks,
Rin
Home |
Main Index |
Thread Index |
Old Index