xdc-B06
diff --git a/README b/README
index fd940cc..5a3dab0 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- xdc-B05 (corevers:16.0.2.0; B:150,G:180,R:170)
+ xdc-B06 (corevers:16.0.2.0; B:150,G:180,R:170)
eXpanDed C Tools (XDCtools)
@@ -45,7 +45,8 @@
# make sure the user email and name are your eclipse credentials
git merge origin/xdccore-B-dr
- # build the tree
+ # build the tree using LSF to force older GLIBC to be used when
+ # linking Linux executables
SM-MAKE .clean
SM-MAKE .all-files >& Make.log
@@ -84,6 +85,7 @@
DELETIONS
CHANGES
-./imports.mak
- import latest xdcutils tree for a 64-bit version of zip/unzip
+
+* rebuilt using LSF to use older GLIBC
+
MRS
diff --git a/ident.c b/ident.c
index fd81659..4e45800 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-B05"
+#define _VERS_ "@(#)*** xdc-B06"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;