diff options
author | N.N. <sevyves@users.sourceforge.net> | 2008-07-11 14:45:51 +0000 |
---|---|---|
committer | N.N. <sevyves@users.sourceforge.net> | 2008-07-11 14:45:51 +0000 |
commit | 1b0a41ace234658092bfbb4d4588fe4ee2bbb342 (patch) | |
tree | aabaf5d43f07695f358b17247009d6aee62f326a /Makefile | |
parent | 2af33604d0ceeb282ef4c48c2512516c0c37233a (diff) |
added fPIC flag
svn path=/trunk/externals/unauthorized/; revision=10162
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,7 +120,7 @@ SGICFLAGS6 = -n32 -DPD -DUNIX -DIRIX -DN32 -woff 1080,1064,1185 \ pd_linux: $(TARGETS) LINUXCFLAGS = -DPD -DUNIX -DICECAST -O2 -funroll-loops -fomit-frame-pointer \ - -Wall -W -Wno-shadow -Wstrict-prototypes -g \ + -fPIC -Wall -W -Wno-shadow -Wstrict-prototypes -g \ -Wno-unused -Wno-parentheses -Wno-switch LINUXINCLUDE = -I../../src -I../../pd/src |