From d6deb6920b5590394af3f6bf928d7e8c46a02fc9 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sun, 25 Jun 2006 16:34:52 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create branch 'B3.14'. --- configure/os/CONFIG.Common.darwin-ppcx86 | 22 ++++++++++++++++++++++ configure/os/CONFIG.darwin-ppcx86.Common | 11 +++++++++++ 2 files changed, 33 insertions(+) create mode 100644 configure/os/CONFIG.Common.darwin-ppcx86 create mode 100644 configure/os/CONFIG.darwin-ppcx86.Common diff --git a/configure/os/CONFIG.Common.darwin-ppcx86 b/configure/os/CONFIG.Common.darwin-ppcx86 new file mode 100644 index 000000000..6e90d6068 --- /dev/null +++ b/configure/os/CONFIG.Common.darwin-ppcx86 @@ -0,0 +1,22 @@ +# CONFIG.Common.darwin-ppcx86 +# +# $Id$ +# This file is maintained by the build community. +# +# Definitions for Darwin 'universal' (PowerPC, Intel) target builds +# Sites may override these definitions in CONFIG_SITE.Common.darwin-ppcx86 +#------------------------------------------------------- + +# +# Set architecture-specific information +# +ARCH_CLASS = ppcx86 + +# +# Universal binary support +# +OP_SYS_CFLAGS += -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc +OP_SYS_LDFLAGS += -Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc + +# Include definitions common to all Darwin targets +include $(CONFIG)/os/CONFIG.darwinCommon.darwinCommon diff --git a/configure/os/CONFIG.darwin-ppcx86.Common b/configure/os/CONFIG.darwin-ppcx86.Common new file mode 100644 index 000000000..74bc37534 --- /dev/null +++ b/configure/os/CONFIG.darwin-ppcx86.Common @@ -0,0 +1,11 @@ +# CONFIG.darwin-ppcx86.Common +# +# $Id$ +# This file is maintained by the build community. +# +# Definitions for Darwin 'universal' (PowerPC, Intel) host builds +# Sites may override these definitions in CONFIG_SITE.darwin-ppcx86.Common +#------------------------------------------------------- + +#Include definitions common to unix hosts +include $(CONFIG)/os/CONFIG.UnixCommon.Common