Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 166842 - dev-libs/crypto++-5.4-r1 breaks on non x86/amd64 architectures
Summary: dev-libs/crypto++-5.4-r1 breaks on non x86/amd64 architectures
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Crypto team [DISABLED]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-14 15:11 UTC by Gustavo Zacarias (RETIRED)
Modified: 2007-02-14 21:11 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Zacarias (RETIRED) gentoo-dev 2007-02-14 15:11:26 UTC
dev-libs/crypto++-5.4-r1 breaks on non x86/amd64 architectures since it's forcing the -mno-sse2 CFLAG.
gcc4 seems to handle this graciously on non-x86/amd64 archs, but gcc3 does not.
Even if gcc4 does this behaviour could change since it's really invalid.
Comment 1 Alon Bar-Lev (RETIRED) gentoo-dev 2007-02-14 21:11:37 UTC
OK, removed the sse stuff, the package autodetect it from compiler settings.
Thanks.