From fc8a242467a290eaeaeea60ee252c6a155898c74 Mon Sep 17 00:00:00 2001 From: Eric Parsonage Date: Fri, 19 Nov 2010 11:33:22 +0000 Subject: [PATCH] fPIC flag for 64 bit --- sw/lib/ocaml/ivy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/lib/ocaml/ivy/Makefile b/sw/lib/ocaml/ivy/Makefile index db0b2906e3..8d7d35e4e1 100644 --- a/sw/lib/ocaml/ivy/Makefile +++ b/sw/lib/ocaml/ivy/Makefile @@ -23,7 +23,7 @@ GLIBINC=`pkg-config --cflags glib-2.0` LBITS := $(shell getconf LONG_BIT) ifeq ($(LBITS),64) - CFLAGS += -fPIC + FPIC=-fPIC endif