Bug 3445

Summary: Not working openssl-10.0.0d on 386sx
Product: buildroot Reporter: milospokorny
Component: OtherAssignee: Gustavo Zacarias <gustavo>
Status: RESOLVED FIXED    
Severity: minor CC: buildroot
Priority: P5    
Version: 2011.02   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:
Attachments: Fix i386 target for openssl

Description milospokorny 2011-03-09 10:27:02 UTC
In buildroot configuration, selecting 'Target architecture variant' i386 and then running on 80386sx processor makes libcrypto generate SIGILL (running ssh, openvpn etc ). For this configuration, parametter "386" should be passed to configure script of openssl.
Comment 1 Gustavo Zacarias 2011-03-14 17:36:23 UTC
Created attachment 3151 [details]
Fix i386 target for openssl

Give this patch a try, it should fix your problem.
Comment 2 Peter Korsgaard 2011-04-01 19:57:28 UTC
Committed, thanks