New commits:
commit aa28e61140049830ad50cb454b30ef1afdee864d
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>
glibc fixes syntax errors as a result of removing GLIBC_ARCH
commit c05a8c99e3dd9b556ccd54d10420a88673d86331
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>
glibc removed GLIBC_ARCH altogether its only getting set and not used
anywhere
diff --git a/libs/glibc/BUILD b/libs/glibc/BUILD
index 3a07e58..373a93b 100755
--- a/libs/glibc/BUILD
+++ b/libs/glibc/BUILD
@@ -68,10 +68,7 @@ if [[ ${SMGL_COMPAT_ARCHS[0]} == 64 &&
${SMGL_COMPAT_ARCHS[1]} == sparc ]]; then
# headers, not sparc64
#
if echo "$CFLAGS" | grep -q -- "-m64"; then
- GLIBC_ARCH=sparc64 &&
export CC=gcc64
- else
- GLIBC_ARCH=sparc
fi &&
#
@@ -91,7 +88,6 @@ if [[ ${SMGL_COMPAT_ARCHS[0]} == 64 &&
${SMGL_COMPAT_ARCHS[1]} == sparc ]]; then
[ "$BUILD" = "sparc-unknown-linux-gnu" ] &&
export BUILD="sparcv9-unknown-linux-gnu"
elif [[ ${SMGL_COMPAT_ARCHS[0]} == 32 && ${SMGL_COMPAT_ARCHS[1]} == sparc
]]; then
- GLIBC_ARCH=sparc &&
#
# Fixes from Gentoo's 2.3.3.20040420-r2 ebuild
#
@@ -104,8 +100,7 @@ elif [[ ${SMGL_COMPAT_ARCHS[1]} == alpha ]]; then
# either an elf/ld.so that segfaults (build failing at sunrpc) or
# internal compiler error(s) in intl/
# glibc knows itself what flags to choose
- export CFLAGS="" &&
- GLIBC_ARCH=alpha
+ export CFLAGS=""
fi &&
# CPPFLAGS setting is needed so the check for cpp works on boxes that don't
diff --git a/libs/glibc/DETAILS b/libs/glibc/DETAILS
index 5fd1ff4..17dced0 100755
--- a/libs/glibc/DETAILS
+++ b/libs/glibc/DETAILS
@@ -6,39 +6,32 @@ if [ "$GLIBC_NPTL" = "y" ]; then
SOURCE2=$SOURCE.sig
case "${SMGL_COMPAT_ARCHS[1]}" in
ia32)
- GLIBC_ARCH=i386
SOURCE3=linux-headers-${HEADERS_VERSION}-i386.tar.bz2
fi
;;
*)
- GLIBC_ARCH=UNKNOWN
SOURCE3=UNKNOWN
message "${PROBLEM_COLOR}You have an unknown architecture, you
should file a bug for this${DEFAULT_COLOR}"
return 222
diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index 045a72d..8e14277 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,3 +1,7 @@
+2007-09-16 David Brown <dmlb2000 AT gmail.com>
+ * DETAILS: removed GLIBC_ARCH altogether
+ * BUILD: removed GLIBC_ARCH gone... and some syntax errors as a result
+
2007-09-16 Arwed v. Merkatz <v.merkatz AT gmx.net>
* PREPARE: removed the persistent_add GLIBC_ARCH, there seems to be
problem with persistent vars set in DETAILS
[SM-Commit] GIT changes to devel grimoire by David Brown (aa28e61140049830ad50cb454b30ef1afdee864d),
David Brown, 09/16/2007