[PD-cvs] SF.net SVN: pure-data:[10528] trunk/externals/miXed/Makefile.common

zmoelnig at users.sourceforge.net zmoelnig at users.sourceforge.net
Tue Jan 13 16:59:14 CET 2009


Revision: 10528
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10528&view=rev
Author:   zmoelnig
Date:     2009-01-13 15:59:14 +0000 (Tue, 13 Jan 2009)

Log Message:
-----------
added "-fPIC" for 64bit compatibility

Modified Paths:
--------------
    trunk/externals/miXed/Makefile.common

Modified: trunk/externals/miXed/Makefile.common
===================================================================
--- trunk/externals/miXed/Makefile.common	2009-01-13 14:03:33 UTC (rev 10527)
+++ trunk/externals/miXed/Makefile.common	2009-01-13 15:59:14 UTC (rev 10528)
@@ -37,7 +37,7 @@
 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


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list