[SM-Grimoire-Bugs] [Bug 13855] openssl needs at least -O to compile
bugzilla-daemon at bugs.sourcemage.org
bugzilla-daemon at bugs.sourcemage.org
Mon Jun 18 19:29:33 EDT 2007
http://bugs.sourcemage.org/show_bug.cgi?id=13855
------- Additional Comments From sobukus at sourcemage.org 2007-06-18 18:29 -------
Hm, I am really wondering how I built openssl now...
Some smartass did a change in 0.9.8e for tuning it for alpha cpus:
adding -march=ev6 to options instead of -mcpu=ev6!
I am pushing a change to at least remove thes invalid alpha flags.
Of course that's not covered by _this_ bug here... just comes up.
What also comes up, is that we perhaps should take more care of that config
script.
It queries uname and /proc/cpuinfo to set stuff that we have archspecs for
(-march=k6 for example).
Anyhow, the -O is no general problem on Alpha. It's just a thing with glibc
not liking to be forced with that flag.
It's "leave glibc alone", not "-O breaks alpha".
openssl compiles file with -O, with -mcpu=ev67 -O3 or no flags at all.
This special error with not enough registers in class GENERAL_REGS just makes
me smile with the Alpha in mind - heck, we have 32 integer registers, 32 float
there -- I don't think I'll see that error on that box soon;-)
--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the SM-Grimoire-Bugs
mailing list