diff options
author | nyamatongwe <unknown> | 2011-05-21 13:21:05 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2011-05-21 13:21:05 +1000 |
commit | f1688f8e3c52c3ccd5a7039814d6fdfe6f2b4afd (patch) | |
tree | 669c8176121b1d5a7963061e5b000cae6bc16583 | |
parent | bd90861c34cf8b8001a8c38304b0ee37de252328 (diff) | |
download | scintilla-mirror-f1688f8e3c52c3ccd5a7039814d6fdfe6f2b4afd.tar.gz |
Dropped ppc architecture as not supported by Xcode 4.
-rw-r--r-- | macosx/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/makefile b/macosx/makefile index c7ae89626..8f4bdf2a8 100644 --- a/macosx/makefile +++ b/macosx/makefile @@ -29,7 +29,7 @@ ifeq ($(GCC_MAJOR),3) ARCHFLAGS=-arch ppc -faltivec -mcpu=7400 -mtune=7400 -mpowerpc -mpowerpc-gfxopt else ifndef NATIVE -ARCH_BASE_FLAGS=/Developer/SDKs/MacOSX10.5.sdk -arch ppc -arch i386 +ARCH_BASE_FLAGS=/Developer/SDKs/MacOSX10.6.sdk -arch i386 ARCHFLAGS=-isysroot $(ARCH_BASE_FLAGS) LINK_FLAGS=-Wl,-syslibroot,$(ARCH_BASE_FLAGS) DYN_FLAGS=$(LINK_FLAGS) -framework Carbon -bundle |