From 10bf550911f5d46514624abb4eba0a36b6c93a17 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 15 Jan 2004 15:08:24 +0000 Subject: [PATCH] Added New build targets. --- documentation/RELEASE_NOTES.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 919ae5891..be787f163 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -16,6 +16,12 @@

Changes since 3.14.4

+

New build targets.

+

New files have been created in configure/os to allow CROSS_COMPILER_TARGET_ARCHS +to include solaris-sparc-gnu and solaris-sparc-debug when EPICS_HOST_ARCH is solaris-sparc. +Also CROSS_COMPILER_TARGET_ARCHS can now include linux-x86-debug when EPICS_HOST_ARCH +is linux-x86.

+

New epicsString.h function

A new function epicsStrnCaseCmp has been added. It is like strncmp except that it ignores case.