From 3fee378da21c80abaec68abdfbf4cc101f83c8dd Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Wed, 25 Jan 2006 21:18:04 +0000 Subject: [PATCH] Reorganized OS X support. --- configure/os/CONFIG.darwin-ppc.darwin-ppc | 46 ---------------------- configure/os/CONFIG_SITE.Common.darwin-ppc | 14 ------- 2 files changed, 60 deletions(-) delete mode 100644 configure/os/CONFIG.darwin-ppc.darwin-ppc delete mode 100644 configure/os/CONFIG_SITE.Common.darwin-ppc diff --git a/configure/os/CONFIG.darwin-ppc.darwin-ppc b/configure/os/CONFIG.darwin-ppc.darwin-ppc deleted file mode 100644 index 492d06d37..000000000 --- a/configure/os/CONFIG.darwin-ppc.darwin-ppc +++ /dev/null @@ -1,46 +0,0 @@ -# CONFIG.darwin-ppc.darwin-ppc -# -# $Id$ -# -# Definitions for darwin-ppc host - darwin-ppc target builds -# Sites may override these definitions in CONFIG_SITE.darwin-ppc.darwin-ppc -#------------------------------------------------------- - -# Include common gnu compiler definitions -include $(CONFIG)/CONFIG.gnuCommon - -GNU_DIR = /usr - -CC = $(GNU_BIN)/cc -CCC = $(GNU_BIN)/c++ - -# -# Darwin shared libraries -# -SHRLIB_VERSION = $(EPICS_VERSION).$(EPICS_REVISION).$(EPICS_MODIFICATION) -SHRLIB_LDFLAGS = -dynamiclib -flat_namespace -undefined suppress \ - -install_name $(firstword $(SHRLIB_SEARCH_FULLPATHDIRS))/$@ \ - -compatibility_version $(EPICS_VERSION).$(EPICS_REVISION) \ - -current_version $(SHRLIB_VERSION) -SHRLIB_SUFFIX = .$(SHRLIB_VERSION).dylib - -LOADABLE_SHRLIB_LDFLAGS = -bundle -flat_namespace -undefined suppress - -# -# Position-independent code is the default on Darwin. -# -CODE_CFLAGS = -CODE_CXXFLAGS = - -# -# Add support for Objective-C source -# -vpath %.m $(USR_VPATH) $(ALL_SRC_DIRS) -%.o: %.m - $(COMPILE.c) -c $< - -# -# Pedantic produces way too many unnecessary messages -# -CONFORM_CFLAGS_STRICT=-ansi -CONFORM_CXXFLAGS_STRICT=-ansi diff --git a/configure/os/CONFIG_SITE.Common.darwin-ppc b/configure/os/CONFIG_SITE.Common.darwin-ppc deleted file mode 100644 index 8d65d3187..000000000 --- a/configure/os/CONFIG_SITE.Common.darwin-ppc +++ /dev/null @@ -1,14 +0,0 @@ -# CONFIG_SITE.Common.darwin-ppc -# -# $Id$ -# This file is maintained by the build community. -# -# Site override definitions for darwin-ppc host builds -#------------------------------------------------------- - -# -# Other local options -# -OPT_CFLAGS_YES += -g -OPT_CXXFLAGS_YES += -g -COMMANDLINE_LIBRARY = READLINE