From 3a1252da17c9562bfac2d769d5392624bf59b8d0 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 6 Apr 2012 10:11:34 -0500 Subject: [PATCH] Updates to build for iOS targets --- configure/os/CONFIG.Common.iosCommon | 1 + src/ca/client/tools/Makefile | 1 + src/std/softIoc/Makefile | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/configure/os/CONFIG.Common.iosCommon b/configure/os/CONFIG.Common.iosCommon index 40f80cb86..9159ba817 100644 --- a/configure/os/CONFIG.Common.iosCommon +++ b/configure/os/CONFIG.Common.iosCommon @@ -57,6 +57,7 @@ OPT_CXXFLAGS_YES += -g # Use clang instead of gcc CC = $(GNU_BIN)/clang CCC = $(GNU_BIN)/clang++ +CMPLR_CLASS = clang GNU_LDLIBS_YES = #------------------------------------------------------- diff --git a/src/ca/client/tools/Makefile b/src/ca/client/tools/Makefile index 539e18e65..93132fe06 100644 --- a/src/ca/client/tools/Makefile +++ b/src/ca/client/tools/Makefile @@ -24,6 +24,7 @@ catools_LIBS += ca Com PROD_DEFAULT += caget camonitor cainfo caput PROD_vxWorks = -nil- PROD_RTEMS = -nil- +PROD_iOS = -nil- PROD_LIBS += catools ca Com catools_DIR = . diff --git a/src/std/softIoc/Makefile b/src/std/softIoc/Makefile index 8b8c2a053..74a505b74 100644 --- a/src/std/softIoc/Makefile +++ b/src/std/softIoc/Makefile @@ -9,7 +9,8 @@ SRC_DIRS += $(STDDIR)/softIoc -PROD_IOC = softIoc +PROD_IOC_DEFAULT = softIoc +PROD_IOC_iOS = -nil- DBD += base.dbd DBD += softIoc.dbd