summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2007-10-01 15:13:59 -0700
committerEric Sandall2007-10-01 15:13:59 -0700
commit2e4d75a3a82914b0fe223658a257cb34c477a38a (patch)
tree25b3de7932465b8909a646fca823316a19e66375
parent7094e4c5e96c2deb3124fb51d6f99c5461f4fd3f (diff)
Revert "merged in tests from lynx commit (I think)"
This reverts commit f50f4c78c5e91d14a622738ab5a1e64a7395b769. Revert glibc 2.6 for stable-rc-0.14
-rwxr-xr-xlibs/glibc/DETAILS2
-rw-r--r--libs/glibc/HISTORY4
-rw-r--r--libs/glibc/TESTS3
3 files changed, 1 insertions, 8 deletions
diff --git a/libs/glibc/DETAILS b/libs/glibc/DETAILS
index 5fd1ff40ba..496601855e 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 222
+ return -1
;;
esac
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index 6e63e5cc2f..2b46f214f8 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,7 +1,3 @@
-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 1996df3ffb..28a2e0f480 100644
--- a/libs/glibc/TESTS
+++ b/libs/glibc/TESTS
@@ -19,6 +19,3 @@ athlon-xp | combreloc prelink speedy | gcc 4.1.0 | ruskie | with
athlon-tbird | combreloc speedy strip | gcc 4.1.0 | treeve |
pentium4m | combreloc speedy strip | gcc 4.1.0 | treeve |
athlon-xp | combreloc speedy strip | gcc 4.0.3 | lynx |
-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 |