Commit 27fd9820 authored by Felix Paul Kühne's avatar Felix Paul Kühne

contrib: remove PPC support for OS X

parent 8477c534
...@@ -118,14 +118,9 @@ ifeq ($(ARCH),x86_64) ...@@ -118,14 +118,9 @@ ifeq ($(ARCH),x86_64)
EXTRA_CFLAGS += -m64 EXTRA_CFLAGS += -m64
EXTRA_LDFLAGS += -m64 EXTRA_LDFLAGS += -m64
else else
ifeq ($(ARCH), ppc)
EXTRA_CFLAGS += -arch ppc
EXTRA_LDFLAGS += -arch ppc
else
EXTRA_CFLAGS += -m32 EXTRA_CFLAGS += -m32
EXTRA_LDFLAGS += -m32 EXTRA_LDFLAGS += -m32
endif endif
endif
XCODE_FLAGS = -sdk macosx$(OSX_VERSION) XCODE_FLAGS = -sdk macosx$(OSX_VERSION)
ifeq ($(shell xcodebuild -version 2>/dev/null | tee /dev/null|head -1|cut -d\ -f2|cut -d. -f1),3) ifeq ($(shell xcodebuild -version 2>/dev/null | tee /dev/null|head -1|cut -d\ -f2|cut -d. -f1),3)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment