summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Brown2007-09-16 10:34:33 -0700
committerDavid Brown2007-09-16 10:34:33 -0700
commitaa28e61140049830ad50cb454b30ef1afdee864d (patch)
treee8756a451ad751edb50c854bdcb5431ed2bf82d4
parentc05a8c99e3dd9b556ccd54d10420a88673d86331 (diff)
glibc fixes syntax errors as a result of removing GLIBC_ARCH
-rwxr-xr-xlibs/glibc/BUILD2
-rw-r--r--libs/glibc/HISTORY2
2 files changed, 2 insertions, 2 deletions
diff --git a/libs/glibc/BUILD b/libs/glibc/BUILD
index 2893a46214..373a93bfa6 100755
--- a/libs/glibc/BUILD
+++ b/libs/glibc/BUILD
@@ -100,7 +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="" &&
+ export CFLAGS=""
fi &&
# CPPFLAGS setting is needed so the check for cpp works on boxes that don't
diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index 45e038cae6..8e142772e2 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,6 +1,6 @@
2007-09-16 David Brown <dmlb2000@gmail.com>
* DETAILS: removed GLIBC_ARCH altogether
- * BUILD: removed GLIBC_ARCH gone...
+ * BUILD: removed GLIBC_ARCH gone... and some syntax errors as a result
2007-09-16 Arwed v. Merkatz <v.merkatz@gmx.net>
* PREPARE: removed the persistent_add GLIBC_ARCH, there seems to be