From 5cef834d39092ee15834900a3b2fbe1de876ce79 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 22 Jul 2008 19:29:24 +0000 Subject: [PATCH] Removed sysroot and syslibroot options - they appear to be unneeded. --- configure/os/CONFIG.Common.darwin-ppcx86 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure/os/CONFIG.Common.darwin-ppcx86 b/configure/os/CONFIG.Common.darwin-ppcx86 index 6e90d6068..75c9cf3f6 100644 --- a/configure/os/CONFIG.Common.darwin-ppcx86 +++ b/configure/os/CONFIG.Common.darwin-ppcx86 @@ -15,8 +15,8 @@ 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 +OP_SYS_CFLAGS += -arch i386 -arch ppc +OP_SYS_LDFLAGS += -arch i386 -arch ppc # Include definitions common to all Darwin targets include $(CONFIG)/os/CONFIG.darwinCommon.darwinCommon