xdc-A72
diff --git a/README b/README
index 5ee546a..d6fec10 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- xdc-A71 (corevers:16.0.2.0; B:150,G:180,R:170)
+ xdc-A72 (corevers:16.0.2.0; B:150,G:180,R:170)
eXpanDed C Tools (XDCtools)
@@ -19,6 +19,10 @@
cd ~xlibrary/.ssh
cp -f config-dr config
+ o fetch the latest changes from the Eclipse git server
+ cd xdc.git
+ git fetch
+
o Build this tree from Linux using standard SM-MAKE
# clone the tree and merge/review user content
@@ -32,6 +36,9 @@
# make sure the user email and name are your eclipse credentials
git merge origin/xdccore-A-dr
+ # unzip build.zip from the last released tree
+ unzip ../xdc-A??/build.zip
+
# build the tree
SM-MAKE .clean
SM-MAKE .all-files >& Make.log
@@ -72,16 +79,7 @@
CHANGES
-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
-ECL465257 - xdc.cfg.SourceDir should support locating "make" along the path
-ECL465351 - parallel builds of packages that use SourceDir generate make
+ECL468708 calling xdc.useModule on metaonly interfaces generates an
+ invalid C file
diff --git a/ident.c b/ident.c
index 8619ea4..91f522a 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-A71"
+#define _VERS_ "@(#)*** xdc-A72"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;