summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Brown2007-09-16 10:34:33 -0700
committerDavid Brown2007-09-23 23:12:56 -0700
commit237e52f768f8d792b9f0efe9699ca0980ded39ee (patch)
treeef5d1711f870a0df83b0d6c92a4adf65ab719bd0
parentbaca294674e277aa6091406ba700b5e45a279f3f (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 dbd1201eae..6a02339f6d 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 71a623a515..f941c42b55 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