[jffi-next] 46/49: Re-enable universal builds of the test lib

Tim Potter tpot-guest at moszumanska.debian.org
Wed Mar 4 04:51:17 UTC 2015


This is an automated email from the git hooks/post-receive script.

tpot-guest pushed a commit to annotated tag upstream/1.0.10
in repository jffi-next.

commit aa0df58b8f9b043c23613cf80ee1a324f3af1a75
Author: Wayne Meissner <wmeissner at gmail.com>
Date:   Sun Jul 3 22:06:02 2011 +1000

    Re-enable universal builds of the test lib
---
 libtest/GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libtest/GNUmakefile b/libtest/GNUmakefile
index 6a9c981..4882d65 100644
--- a/libtest/GNUmakefile
+++ b/libtest/GNUmakefile
@@ -93,9 +93,9 @@ ifeq ($(OS), darwin)
   else
     MACSDK = $(firstword $(strip $(wildcard /Developer/SDKs/MacOSX10.*.sdk)))
   endif
+  ARCHFLAGS = $(foreach arch, $(ARCHES),-arch $(arch))
   CFLAGS += $(ARCHFLAGS) -isysroot $(MACSDK) -DTARGET_RT_MAC_CFM=0
   CFLAGS += -fno-common
-  CFLAGS += $(foreach arch, $(ARCHES),-arch $(arch))
   LDFLAGS = $(ARCHFLAGS) -dynamiclib -Wl,-syslibroot,$(MACSDK) -mmacosx-version-min=10.4
   LDFLAGS += $(foreach arch, $(ARCHES),-arch $(arch))
   # link against the universal libraries on ppc machines

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jffi-next.git



More information about the pkg-java-commits mailing list