Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 13855] openssl needs at least -O to compile

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 13855] openssl needs at least -O to compile
  • Date: 18 Jun 2007 23:29:33 -0000

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.




Archive powered by MHonArc 2.6.24.

Top of Page