From f1e982bb1cd760e92d6c0ace3c9addb27219662a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 13 Jan 2009 15:59:14 +0000 Subject: added "-fPIC" for 64bit compatibility svn path=/trunk/externals/miXed/; revision=10528 --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index be418ef..26a8457 100644 --- a/Makefile.common +++ b/Makefile.common @@ -37,7 +37,7 @@ X_SUFFIX = pd_linux CC = gcc LFLAGS = -export_dynamic -shared # FIXME strict-aliasing -OPT_CFLAGS = -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing +OPT_CFLAGS = -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing -fPIC ifeq ($(MY_NAME),krzYszcz) DEFINES = -DUNIX -DKRZYSZCZ else -- cgit v1.2.1