New configuration files for Mac OS X (Darwin).
This commit is contained in:
29
configure/os/CONFIG.Common.darwin-ppc
Normal file
29
configure/os/CONFIG.Common.darwin-ppc
Normal file
@@ -0,0 +1,29 @@
|
||||
# CONFIG.Common.darwin-ppc
|
||||
#
|
||||
# $Id$
|
||||
# This file is maintained by the build community.
|
||||
#
|
||||
# Definitions for darwin-ppc target builds
|
||||
# Sites may override these definitions in CONFIG_SITE.Common.darwin-ppc
|
||||
#-------------------------------------------------------
|
||||
|
||||
# Include definitions common to all Unix targets
|
||||
include $(CONFIG)/os/CONFIG.Common.UnixCommon
|
||||
|
||||
OS_CLASS = Darwin
|
||||
ARCH_CLASS = ppc
|
||||
|
||||
#
|
||||
# Don't try building shared libraries on Darwin for now
|
||||
#
|
||||
SHARED_LIBRARIES=NO
|
||||
|
||||
#
|
||||
# Need to get some fink-installed packages (readline, etc.).
|
||||
# If you don't have readline on your system you must remove
|
||||
# or comment out these lines and make the appropriate changes
|
||||
# to src/libCom/osi/os/Darwin/osdReadline.h
|
||||
#
|
||||
OP_SYS_CPPFLAGS += -I$(FINK_DIR)/include
|
||||
OP_SYS_LDFLAGS += -L$(FINK_DIR)/lib
|
||||
OP_SYS_LDLIBS += -lreadline
|
||||
11
configure/os/CONFIG.darwin-ppc.Common
Normal file
11
configure/os/CONFIG.darwin-ppc.Common
Normal file
@@ -0,0 +1,11 @@
|
||||
# CONFIG.darwin-ppc.Common
|
||||
#
|
||||
# $Id$
|
||||
# This file is maintained by the build community.
|
||||
#
|
||||
# Definitions for darwin-ppc host builds
|
||||
# Sites may override these definitions in CONFIG_SITE.darwin-ppc.Common
|
||||
#-------------------------------------------------------
|
||||
|
||||
#Include definitions common to unix hosts
|
||||
include $(CONFIG)/os/CONFIG.UnixCommon.Common
|
||||
15
configure/os/CONFIG.darwin-ppc.darwin-ppc
Normal file
15
configure/os/CONFIG.darwin-ppc.darwin-ppc
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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 -no-cpp-precomp
|
||||
CCC = $(GNU_BIN)/c++ -no-cpp-precomp
|
||||
17
configure/os/CONFIG_SITE.darwin-ppc.Common
Normal file
17
configure/os/CONFIG_SITE.darwin-ppc.Common
Normal file
@@ -0,0 +1,17 @@
|
||||
# CONFIG_SITE.darwin-ppc.Common
|
||||
#
|
||||
# $Id$
|
||||
# This file is maintained by the build community.
|
||||
#
|
||||
# Site override definitions for darwin-ppc host builds
|
||||
#-------------------------------------------------------
|
||||
|
||||
#
|
||||
# Where the fink packages are installed
|
||||
#
|
||||
FINK_DIR=/sw
|
||||
|
||||
#
|
||||
# Other local options
|
||||
#
|
||||
#OP_SYS_CFLAGS += -g
|
||||
Reference in New Issue
Block a user