Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (57aeea4fe64ba3f6400942bfd353cb4112494fab)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (57aeea4fe64ba3f6400942bfd353cb4112494fab)
  • Date: Tue, 19 Jun 2007 04:38:16 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

crypto/openssl/BUILD | 4 ++--
crypto/openssl/HISTORY | 2 ++
2 files changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 57aeea4fe64ba3f6400942bfd353cb4112494fab
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

openssl: alpha doesn't need the -O hack

diff --git a/crypto/openssl/BUILD b/crypto/openssl/BUILD
index ae3a0cf..278628a 100755
--- a/crypto/openssl/BUILD
+++ b/crypto/openssl/BUILD
@@ -9,8 +9,8 @@ fi &&

sedit "s/-O3//" Makefile &&
sedit "s/-m486//" Makefile &&
-if [[ $CFLAGS == ${CFLAGS/-O/} ]]; then
- CFLAGS="$CFLAGS -O"; # bug 13855
+if [[ ${SMGL_COMPAT_ARCHS[1]} != alpha ]] && [[ $CFLAGS == ${CFLAGS/-O/} ]];
then
+ CFLAGS="$CFLAGS -O"; # bug 13855, but not for alpha
fi &&
sedit "s/^CFLAG=/CFLAG=$CFLAGS /" Makefile &&
sedit "s/chmod 644\(.*pkgconfig\)/chmod 755\1/" Makefile &&
diff --git a/crypto/openssl/HISTORY b/crypto/openssl/HISTORY
index 4d5f836..19fbe2c 100644
--- a/crypto/openssl/HISTORY
+++ b/crypto/openssl/HISTORY
@@ -1,5 +1,7 @@
2007-06-19 Thomas Orgis <sobukus AT orgis.org>
* PRE_BUILD: sed the retarded config for not issuing -march=ev6;
fixes alpha
+ * BUILD: exclude alpha arch from the -O hack, as it is an arch with a
+ sane set of registers (bug #13855 doesn't apply)

2007-06-18 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* BUILD: add -O if no -Optimisation is specified #13855



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (57aeea4fe64ba3f6400942bfd353cb4112494fab), Thomas Orgis, 06/19/2007

Archive powered by MHonArc 2.6.24.

Top of Page