xdc-A71
diff --git a/README b/README
index 345345b..5ee546a 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- xdc-A68 (corevers:16.0.2.0; B:150,G:180,R:170)
+ xdc-A71 (corevers:16.0.2.0; B:150,G:180,R:170)
eXpanDed C Tools (XDCtools)
@@ -29,7 +29,6 @@
# before making any changes that need to be pushed to eclipse
cat config-dr >> ./.git/config
-
# make sure the user email and name are your eclipse credentials
git merge origin/xdccore-A-dr
@@ -73,9 +72,16 @@
CHANGES
-xdc.rov
- added check for Module__root__V address == 0
+xdc.cfg
+ added environment variable, XDCTOOLS_GMAKE, to allow user to set the
+ name of the GNU 3.81 compatible command name to use (but only if
+ gmake is not found)
+
+ filter MAKFFLAGS to eliminate GNU make jobserver warnings when using
+ xdc --jobs=4 to build executables that trigger the use of SourceDir
+ to create user-supplied makefiles to build libraries.
MRS
-ECL464429 - ROV attempts to read *_Module__root__V symbol with address 0 ...
\ No newline at end of file
+ECL465257 - xdc.cfg.SourceDir should support locating "make" along the path
+ECL465351 - parallel builds of packages that use SourceDir generate make
diff --git a/ident.c b/ident.c
index e523730..8619ea4 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-A70"
+#define _VERS_ "@(#)*** xdc-A71"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;