summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaka Kranjc2007-09-16 16:04:28 +0200
committerDavid Brown2007-09-23 23:09:20 -0700
commit8371e52da853169e2357a45da7a4f5c0116c6f8a (patch)
tree3fac0ee943da44259e78ab8d67d8d788eca5713c
parent4c90372002d18e7e7f926fff97a394342d69d9e1 (diff)
glibc: don't return negative values
added my info to TESTS
-rwxr-xr-xlibs/glibc/DETAILS2
-rw-r--r--libs/glibc/HISTORY4
-rw-r--r--libs/glibc/TESTS1
3 files changed, 6 insertions, 1 deletions
diff --git a/libs/glibc/DETAILS b/libs/glibc/DETAILS
index 496601855e..5fd1ff40ba 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 b6091fba1a..8bcfdc5958 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,3 +1,7 @@
+2007-09-16 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * TESTS: added my info
+ * DETAILS: don't return negative values
+
2007-09-15 David Brown <dmlb2000@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 d35a19eeb7..8525edb365 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 |