New developer tools can use more of the standard GNU toolchain options.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user