From 2caf1a4f50435aabe30b2926f33b97d9d7be6d8e Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 20 Aug 2009 22:59:10 +0000 Subject: [PATCH] Janet's Build Dependency note. --- documentation/RELEASE_NOTES.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 97e13eb84..5f3cd383c 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -12,6 +12,16 @@

Changes between 3.14.10 and 3.14.11

+

Build system dependency change

+ +

In order to get GNU make parallel execution (-j option) to work proprely for +multiple target architectures, a new dependency had to be added. Now all +cross-compiled builds depend on their host build. This means that when a +make crosstargetarch command is issued, the EPICS_HOST_ARCH +target build will be executed first, followed by the crosstargetarch +build. Builds done in an O.arch directory will still only build the +arch targets however.

+

Channel Access changes

Mantis 359 fix - ca client library flow control mode related issues