Bug 3445 - Not working openssl-10.0.0d on 386sx
Summary: Not working openssl-10.0.0d on 386sx
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2011.02
Hardware: PC Linux
: P5 minor
Target Milestone: ---
Assignee: Gustavo Zacarias
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-09 10:27 UTC by milospokorny
Modified: 2011-04-01 19:57 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
Fix i386 target for openssl (1.02 KB, patch)
2011-03-14 17:36 UTC, Gustavo Zacarias
Details

Note You need to log in before you can comment on or make changes to this bug.
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