[SM-Commit] GIT changes to devel grimoire by Jaka Kranjc (4cc1df151ca09c6d1a542afdfb6db0ee0dbe6a55)

Jaka Kranjc scm at sourcemage.org
Sun Sep 16 10:04:51 EDT 2007


GIT changes to devel grimoire by Jaka Kranjc <lynxlynxlynx at sourcemage.org>:

 libs/glibc/DETAILS |    2 +-
 libs/glibc/HISTORY |    4 ++++
 libs/glibc/TESTS   |    1 +
 3 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 4cc1df151ca09c6d1a542afdfb6db0ee0dbe6a55
Author: Jaka Kranjc <lynxlynxlynx at sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx at sourcemage.org>

    glibc: don't return negative values
    added my info to TESTS

diff --git a/libs/glibc/DETAILS b/libs/glibc/DETAILS
index 4966018..5fd1ff4 100755
--- a/libs/glibc/DETAILS
+++ b/libs/glibc/DETAILS
@@ -41,7 +41,7 @@ case "${SMGL_COMPAT_ARCHS[1]}" in
       GLIBC_ARCH=UNKNOWN
          SOURCE3=UNKNOWN
          message "${PROBLEM_COLOR}You have an unknown architecture, you should file a bug for this${DEFAULT_COLOR}"
-         return -1
+         return 222
   ;;
 esac
    SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index b3e6869..8ee3525 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,3 +1,7 @@
+2007-09-16 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
+	* TESTS: added my info
+	* DETAILS: don't return negative values
+
 2007-09-15 David Brown <dmlb2000 at gmail.com>
 	* BUILD: changed out old headers for new headers and removed GLIBC_ARCH
 	* DEPENDS: optionally on selinux some of the apps glibc builds use it
diff --git a/libs/glibc/TESTS b/libs/glibc/TESTS
index d35a19e..8525edb 100644
--- a/libs/glibc/TESTS
+++ b/libs/glibc/TESTS
@@ -4,3 +4,4 @@ ARCH         | Flags                          | compiler  | tester        | note
 ---------------------------------------------------------------------------------------------------------------
 athlon-xp    | tiny                           | gcc 4.1.2 | p3pilot       | originally had problem with GLIBC_ARCH not being set in PRE_BUILD.  First install was broke due to an old symbolic link in /usr/include for asm-generic
 k8_32        | tiny strip                     | gcc 4.2.1 | arwed         |
+athlon-xp    | combreloc speedy strip         | gcc 4.2.1 | lynx          |



More information about the SM-Commit mailing list