Use more descriptive name.

This commit is contained in:
W. Eric Norum
2006-06-25 16:35:09 +00:00
parent d6deb6920b
commit 61239a7be6
2 changed files with 0 additions and 33 deletions

View File

@@ -1,22 +0,0 @@
# CONFIG.Common.darwin-fat
#
# $Id$
# This file is maintained by the build community.
#
# Definitions for darwin-fat target builds
# Sites may override these definitions in CONFIG_SITE.Common.darwin-fat
#-------------------------------------------------------
#
# Set architecture-specific information
#
ARCH_CLASS = fat
#
# 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

View File

@@ -1,11 +0,0 @@
# CONFIG.darwin-fat.Common
#
# $Id$
# This file is maintained by the build community.
#
# Definitions for darwin-fat host builds
# Sites may override these definitions in CONFIG_SITE.darwin-fat.Common
#-------------------------------------------------------
#Include definitions common to unix hosts
include $(CONFIG)/os/CONFIG.UnixCommon.Common