This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch armhf_test in repository mupen64plus-rsp-hle.
commit fba43c0d667c0c3ba0b0b231bd4718d7c15e90dc Author: Sven Eckelmann <[email protected]> Date: Sat Nov 12 20:21:36 2011 +0100 Imported Upstream version 1.99.4+26+8fd36d9bc293 --- projects/unix/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/projects/unix/Makefile b/projects/unix/Makefile index 7854963..74e75a0 100644 --- a/projects/unix/Makefile +++ b/projects/unix/Makefile @@ -112,6 +112,9 @@ LDFLAGS += $(SHARED) ifeq ($(PIC), 1) CFLAGS += -fPIC LDFLAGS += -fPIC +else + CFLAGS += -fno-PIC + LDFLAGS += -fno-PIC endif ifeq ($(BIG_ENDIAN), 1) @@ -135,10 +138,10 @@ endif ifeq ($(OS), OSX) ifeq ($(CPU), X86) ifeq ($(ARCH_DETECTED), 64BITS) - CFLAGS += -pipe -O3 -arch x86_64 -mmacosx-version-min=10.5 -isysroot /Developer/SDKs/MacOSX10.5.sdk + CFLAGS += -pipe -arch x86_64 -mmacosx-version-min=10.5 -isysroot /Developer/SDKs/MacOSX10.5.sdk LDFLAGS += -arch x86_64 else - CFLAGS += -pipe -O3 -mmmx -msse -fomit-frame-pointer -arch i686 -mmacosx-version-min=10.5 -isysroot /Developer/SDKs/MacOSX10.5.sdk + CFLAGS += -pipe -mmmx -msse -fomit-frame-pointer -arch i686 -mmacosx-version-min=10.5 -isysroot /Developer/SDKs/MacOSX10.5.sdk LDFLAGS += -arch i686 endif endif -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-rsp-hle.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

