From 2c32590dfc04ba2a90613044cb5a92dc59a0a805 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Tue, 25 Feb 2003 19:38:24 +0000 Subject: [PATCH] New developer tools can use more of the standard GNU toolchain options. --- configure/os/CONFIG.Common.darwin-ppc | 2 +- configure/os/CONFIG.darwin-ppc.darwin-ppc | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/configure/os/CONFIG.Common.darwin-ppc b/configure/os/CONFIG.Common.darwin-ppc index 60598c55d..2799af858 100644 --- a/configure/os/CONFIG.Common.darwin-ppc +++ b/configure/os/CONFIG.Common.darwin-ppc @@ -18,7 +18,7 @@ ARCH_CLASS = ppc # # Special flags for Darwin -# No common blocks (as required when going to shared libraries) +# No common blocks (as required when using shared libraries) # OP_SYS_CFLAGS += -fno-common diff --git a/configure/os/CONFIG.darwin-ppc.darwin-ppc b/configure/os/CONFIG.darwin-ppc.darwin-ppc index f773de7df..b67f1571c 100644 --- a/configure/os/CONFIG.darwin-ppc.darwin-ppc +++ b/configure/os/CONFIG.darwin-ppc.darwin-ppc @@ -20,19 +20,6 @@ CCC = $(GNU_BIN)/c++ CODE_CFLAGS = CODE_CXXFLAGS = -# -# -O3 is too agressive on Darwin with the April 2002 Developer Tools -# and causes problems with undefined references to non-virtual thunks -# with the August 2002 Developer Tools. -# -OPT_CFLAGS_YES = -O2 -OPT_CXXFLAGS_YES = -O2 - -# -# Static linking fails on OS X (missing crt0.o) -# -STATIC_LDFLAGS_YES = - # # Add support for Objective-C source #