New developer tools can use more of the standard GNU toolchain options.

This commit is contained in:
W. Eric Norum
2003-02-25 19:38:24 +00:00
parent c9f81cc05c
commit 2c32590dfc
2 changed files with 1 additions and 14 deletions

View File

@@ -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

View File

@@ -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
#