From 01bd9f7ae0b52062dde35273873e0f7377d08391 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Wed, 6 May 2009 21:56:53 +0000 Subject: [PATCH] Darwin universal binary config stuff. --- documentation/RELEASE_NOTES.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 8cc73f7cb..f0f1fcc57 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -12,6 +12,16 @@

Changes between 3.14.10 and 3.14.11

+

Universal Binaries on Darwin

+ +

It is now possible to configure Base on Darwin to build universal binaries +containing an installation-specific choice of 32- and 64-bit CPU architectures. +This is controlled through the definition of the ARCH_CLASS variable in the +configure/os/CONFIG_SITE.Common.<arch> file for the particular target +architecture you are using (darwin-ppc, darwin-x86 or darwin-ppcx86). There are +comments and example settings in those files. Note that to my knowledge EPICS +Base has not been thoroughly tested on the 64-bit darwin architectures.

+

HPUX, SGI and VMS files deleted

We have not supported or tested EPICS Base on HPUX for several releases; the